[INFO] fetching crate swift-bridge 0.1.59...
[INFO] fixing swift-bridge-0.1.59 against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=end=2015,2024 for pr-157817-2
[INFO] extracting crate swift-bridge 0.1.59 into /workspace/builds/worker-4-tc2/source
[INFO] started tweaking crates.io crate swift-bridge 0.1.59
[INFO] finished tweaking crates.io crate swift-bridge 0.1.59
[INFO] tweaked toml for crates.io crate swift-bridge 0.1.59 written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate swift-bridge 0.1.59 on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate swift-bridge 0.1.59 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 82e9a88e94b2daa6e67fec56eac732727a73b42a208ba4e2f6444f817a0b24ab
[INFO] running `Command { std: "docker" "start" "82e9a88e94b2daa6e67fec56eac732727a73b42a208ba4e2f6444f817a0b24ab", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "82e9a88e94b2daa6e67fec56eac732727a73b42a208ba4e2f6444f817a0b24ab" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "82e9a88e94b2daa6e67fec56eac732727a73b42a208ba4e2f6444f817a0b24ab", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "82e9a88e94b2daa6e67fec56eac732727a73b42a208ba4e2f6444f817a0b24ab" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=end=2015,2024", kill_on_drop: false }`
[INFO] [stderr] crater-edition-check: migrating to next edition
[INFO] [stderr]    Migrating Cargo.toml from 2021 edition to 2024
[INFO] [stderr]    Compiling proc-macro2 v1.0.32
[INFO] [stderr]    Compiling syn v1.0.81
[INFO] [stderr]    Compiling libc v0.2.112
[INFO] [stderr]    Compiling quote v1.0.10
[INFO] [stderr]     Checking num_cpus v1.13.1
[INFO] [stderr]    Compiling swift-bridge-ir v0.1.59
[INFO] [stderr]    Compiling tokio-macros v1.8.2
[INFO] [stderr]     Checking tokio v1.16.1
[INFO] [stderr]    Compiling swift-bridge-macro v0.1.59
[INFO] [stderr]     Checking swift-bridge v0.1.59 (/opt/rustwide/workdir)
[INFO] [stderr]    Migrating src/lib.rs from 2021 edition to 2024
[INFO] [stderr] error: errors present after applying fixes to crate `swift_bridge`
[INFO] [stderr]  --> src/std_bridge/rust_vec.rs
[INFO] [stderr]   = cause: error: expected expression, found `)`
[INFO] [stderr]              --> src/std_bridge/rust_vec.rs:24:39
[INFO] [stderr]               |
[INFO] [stderr]             3 | vec_externs!(u8, OptionU8, 123);
[INFO] [stderr]               | ------------------------------- in this macro invocation
[INFO] [stderr]            ...
[INFO] [stderr]            24 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$new")]
[INFO] [stderr]               |                                       ^ expected expression
[INFO] [stderr]               |
[INFO] [stderr]               = note: this error originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]            
[INFO] [stderr]            
[INFO] [stderr]            error: expected expression, found `)`
[INFO] [stderr]              --> src/std_bridge/rust_vec.rs:24:39
[INFO] [stderr]               |
[INFO] [stderr]             4 | vec_externs!(u16, OptionU16, 123);
[INFO] [stderr]               | --------------------------------- in this macro invocation
[INFO] [stderr]            ...
[INFO] [stderr]            24 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$new")]
[INFO] [stderr]               |                                       ^ expected expression
[INFO] [stderr]               |
[INFO] [stderr]               = note: this error originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]            
[INFO] [stderr]            
[INFO] [stderr]            error: expected expression, found `)`
[INFO] [stderr]              --> src/std_bridge/rust_vec.rs:24:39
[INFO] [stderr]               |
[INFO] [stderr]             5 | vec_externs!(u32, OptionU32, 123);
[INFO] [stderr]               | --------------------------------- in this macro invocation
[INFO] [stderr]            ...
[INFO] [stderr]            24 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$new")]
[INFO] [stderr]               |                                       ^ expected expression
[INFO] [stderr]               |
[INFO] [stderr]               = note: this error originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]            
[INFO] [stderr]            
[INFO] [stderr]            error: expected expression, found `)`
[INFO] [stderr]              --> src/std_bridge/rust_vec.rs:24:39
[INFO] [stderr]               |
[INFO] [stderr]             6 | vec_externs!(u64, OptionU64, 123);
[INFO] [stderr]               | --------------------------------- in this macro invocation
[INFO] [stderr]            ...
[INFO] [stderr]            24 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$new")]
[INFO] [stderr]               |                                       ^ expected expression
[INFO] [stderr]               |
[INFO] [stderr]               = note: this error originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]            
[INFO] [stderr]            
[INFO] [stderr]            error: expected expression, found `)`
[INFO] [stderr]              --> src/std_bridge/rust_vec.rs:24:39
[INFO] [stderr]               |
[INFO] [stderr]             7 | vec_externs!(usize, OptionUsize, 123);
[INFO] [stderr]               | ------------------------------------- in this macro invocation
[INFO] [stderr]            ...
[INFO] [stderr]            24 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$new")]
[INFO] [stderr]               |                                       ^ expected expression
[INFO] [stderr]               |
[INFO] [stderr]               = note: this error originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]            
[INFO] [stderr]            
[INFO] [stderr]            error: expected expression, found `)`
[INFO] [stderr]              --> src/std_bridge/rust_vec.rs:24:39
[INFO] [stderr]               |
[INFO] [stderr]             9 | vec_externs!(i8, OptionI8, 123);
[INFO] [stderr]               | ------------------------------- in this macro invocation
[INFO] [stderr]            ...
[INFO] [stderr]            24 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$new")]
[INFO] [stderr]               |                                       ^ expected expression
[INFO] [stderr]               |
[INFO] [stderr]               = note: this error originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]            
[INFO] [stderr]            
[INFO] [stderr]            error: expected expression, found `)`
[INFO] [stderr]              --> src/std_bridge/rust_vec.rs:24:39
[INFO] [stderr]               |
[INFO] [stderr]            10 | vec_externs!(i16, OptionI16, 123);
[INFO] [stderr]               | --------------------------------- in this macro invocation
[INFO] [stderr]            ...
[INFO] [stderr]            24 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$new")]
[INFO] [stderr]               |                                       ^ expected expression
[INFO] [stderr]               |
[INFO] [stderr]               = note: this error originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]            
[INFO] [stderr]            
[INFO] [stderr]            error: expected expression, found `)`
[INFO] [stderr]              --> src/std_bridge/rust_vec.rs:24:39
[INFO] [stderr]               |
[INFO] [stderr]            11 | vec_externs!(i32, OptionI32, 123);
[INFO] [stderr]               | --------------------------------- in this macro invocation
[INFO] [stderr]            ...
[INFO] [stderr]            24 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$new")]
[INFO] [stderr]               |                                       ^ expected expression
[INFO] [stderr]               |
[INFO] [stderr]               = note: this error originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]            
[INFO] [stderr]            
[INFO] [stderr]            error: expected expression, found `)`
[INFO] [stderr]              --> src/std_bridge/rust_vec.rs:24:39
[INFO] [stderr]               |
[INFO] [stderr]            12 | vec_externs!(i64, OptionI64, 123);
[INFO] [stderr]               | --------------------------------- in this macro invocation
[INFO] [stderr]            ...
[INFO] [stderr]            24 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$new")]
[INFO] [stderr]               |                                       ^ expected expression
[INFO] [stderr]               |
[INFO] [stderr]               = note: this error originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]            
[INFO] [stderr]            
[INFO] [stderr]            error: expected expression, found `)`
[INFO] [stdout] warning: the `expr` fragment specifier will accept more expressions in the 2024 edition
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:22:49
[INFO] [stdout]    |
[INFO] [stdout] 22 |         ($ty:ty, $option_ty:ident, $unused_none:expr) => {
[INFO] [stdout]    |                                                 ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/macro-fragment-specifiers.html>
[INFO] [stdout]    = note: `--force-warn edition-2024-expr-fragment-specifier` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout] help: to keep the existing behavior, use the `expr_2021` fragment specifier
[INFO] [stdout]    |
[INFO] [stdout] 22 |         ($ty:ty, $option_ty:ident, $unused_none:expr_2021) => {
[INFO] [stdout]    |                                                     +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]              --> src/std_bridge/rust_vec.rs:24:39
[INFO] [stdout] warning: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:24:19
[INFO] [stdout]    |
[INFO] [stdout]  3 | vec_externs!(u8, OptionU8, 123);
[INFO] [stdout]    | ------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 24 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$new")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-attributes.html>
[INFO] [stdout]    = note: `--force-warn unsafe-attr-outside-unsafe` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout]    = note: this warning originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 24 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$new")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]               |
[INFO] [stdout] warning: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:30:19
[INFO] [stdout]    |
[INFO] [stdout]  3 | vec_externs!(u8, OptionU8, 123);
[INFO] [stdout]    | ------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 30 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$_free")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-attributes.html>
[INFO] [stdout]    = note: this warning originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 30 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$_free")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]            13 | vec_externs!(isize, OptionIsize, 123);
[INFO] [stdout] warning: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:37:19
[INFO] [stdout]    |
[INFO] [stdout]  3 | vec_externs!(u8, OptionU8, 123);
[INFO] [stdout]    | ------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 37 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$len")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-attributes.html>
[INFO] [stdout]    = note: this warning originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 37 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$len")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]               | ------------------------------------- in this macro invocation
[INFO] [stdout] warning: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:44:19
[INFO] [stdout]    |
[INFO] [stdout]  3 | vec_externs!(u8, OptionU8, 123);
[INFO] [stdout]    | ------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 44 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$push")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-attributes.html>
[INFO] [stdout]    = note: this warning originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 44 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$push")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]            ...
[INFO] [stdout] warning: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:51:19
[INFO] [stdout]    |
[INFO] [stdout]  3 | vec_externs!(u8, OptionU8, 123);
[INFO] [stdout]    | ------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 51 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$pop")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-attributes.html>
[INFO] [stdout]    = note: this warning originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 51 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$pop")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]            24 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$new")]
[INFO] [stdout] warning: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:67:19
[INFO] [stdout]    |
[INFO] [stdout]  3 | vec_externs!(u8, OptionU8, 123);
[INFO] [stdout]    | ------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 67 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$get")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-attributes.html>
[INFO] [stdout]    = note: this warning originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 67 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$get")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]               |                                       ^ expected expression
[INFO] [stdout] warning: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:89:19
[INFO] [stdout]    |
[INFO] [stdout]  3 | vec_externs!(u8, OptionU8, 123);
[INFO] [stdout]    | ------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 89 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$get_mut")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-attributes.html>
[INFO] [stdout]    = note: this warning originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 89 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$get_mut")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]               |
[INFO] [stdout] warning: unsafe attribute used without unsafe
[INFO] [stdout]    --> src/std_bridge/rust_vec.rs:109:19
[INFO] [stdout]     |
[INFO] [stdout]   3 | vec_externs!(u8, OptionU8, 123);
[INFO] [stdout]     | ------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 109 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$as_ptr")]
[INFO] [stdout]     |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-attributes.html>
[INFO] [stdout]     = note: this warning originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]     |
[INFO] [stdout] 109 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$as_ptr")]
[INFO] [stdout]     |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]               = note: this error originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] warning: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:24:19
[INFO] [stdout]    |
[INFO] [stdout]  4 | vec_externs!(u16, OptionU16, 123);
[INFO] [stdout]    | --------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 24 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$new")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-attributes.html>
[INFO] [stdout]    = note: this warning originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 24 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$new")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]            
[INFO] [stdout] warning: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:30:19
[INFO] [stdout]    |
[INFO] [stdout]  4 | vec_externs!(u16, OptionU16, 123);
[INFO] [stdout]    | --------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 30 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$_free")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-attributes.html>
[INFO] [stdout]    = note: this warning originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 30 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$_free")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]            
[INFO] [stderr]            error: expected expression, found `)`
[INFO] [stderr]              --> src/std_bridge/rust_vec.rs:24:39
[INFO] [stderr]               |
[INFO] [stderr]            15 | vec_externs!(f32, OptionF32, 0.123);
[INFO] [stderr]               | ----------------------------------- in this macro invocation
[INFO] [stderr]            ...
[INFO] [stderr]            24 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$new")]
[INFO] [stderr]               |                                       ^ expected expression
[INFO] [stderr]               |
[INFO] [stderr]               = note: this error originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]            
[INFO] [stderr]            
[INFO] [stderr]            error: expected expression, found `)`
[INFO] [stderr]              --> src/std_bridge/rust_vec.rs:24:39
[INFO] [stderr]               |
[INFO] [stderr]            16 | vec_externs!(f64, OptionF64, 0.123);
[INFO] [stderr]               | ----------------------------------- in this macro invocation
[INFO] [stderr]            ...
[INFO] [stderr]            24 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$new")]
[INFO] [stderr]               |                                       ^ expected expression
[INFO] [stderr]               |
[INFO] [stderr]               = note: this error originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]            
[INFO] [stderr]            
[INFO] [stderr]            error: expected expression, found `)`
[INFO] [stderr]              --> src/std_bridge/rust_vec.rs:24:39
[INFO] [stderr]               |
[INFO] [stderr]            18 | vec_externs!(bool, OptionBool, false);
[INFO] [stderr]               | ------------------------------------- in this macro invocation
[INFO] [stderr]            ...
[INFO] [stderr]            24 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$new")]
[INFO] [stderr]               |                                       ^ expected expression
[INFO] [stderr]               |
[INFO] [stderr]               = note: this error originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]            
[INFO] [stderr]            
[INFO] [stderr]            error: aborting due to 13 previous errors
[INFO] [stderr] help: to report this as a bug, open an issue at https://github.com/rust-lang/rust/issues, quoting the full output of this command
[INFO] [stderr] help: to possibly apply more fixes, pass in the `--broken-code` flag
[INFO] [stderr] note: original diagnostics will follow:
[INFO] [stdout] warning: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:37:19
[INFO] [stdout]    |
[INFO] [stdout]  4 | vec_externs!(u16, OptionU16, 123);
[INFO] [stdout]    | --------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 37 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$len")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-attributes.html>
[INFO] [stdout]    = note: this warning originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 37 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$len")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:44:19
[INFO] [stdout]    |
[INFO] [stdout]  4 | vec_externs!(u16, OptionU16, 123);
[INFO] [stdout]    | --------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 44 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$push")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-attributes.html>
[INFO] [stdout]    = note: this warning originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 44 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$push")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:51:19
[INFO] [stdout]    |
[INFO] [stdout]  4 | vec_externs!(u16, OptionU16, 123);
[INFO] [stdout]    | --------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 51 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$pop")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-attributes.html>
[INFO] [stdout]    = note: this warning originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 51 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$pop")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:67:19
[INFO] [stdout]    |
[INFO] [stdout]  4 | vec_externs!(u16, OptionU16, 123);
[INFO] [stdout]    | --------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 67 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$get")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-attributes.html>
[INFO] [stdout]    = note: this warning originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 67 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$get")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:89:19
[INFO] [stdout]    |
[INFO] [stdout]  4 | vec_externs!(u16, OptionU16, 123);
[INFO] [stdout]    | --------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 89 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$get_mut")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-attributes.html>
[INFO] [stdout]    = note: this warning originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 89 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$get_mut")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unsafe attribute used without unsafe
[INFO] [stdout]    --> src/std_bridge/rust_vec.rs:109:19
[INFO] [stdout]     |
[INFO] [stdout]   4 | vec_externs!(u16, OptionU16, 123);
[INFO] [stdout]     | --------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 109 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$as_ptr")]
[INFO] [stdout]     |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-attributes.html>
[INFO] [stdout]     = note: this warning originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]     |
[INFO] [stdout] 109 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$as_ptr")]
[INFO] [stdout]     |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:24:19
[INFO] [stdout]    |
[INFO] [stdout]  5 | vec_externs!(u32, OptionU32, 123);
[INFO] [stdout]    | --------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 24 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$new")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-attributes.html>
[INFO] [stdout]    = note: this warning originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 24 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$new")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:30:19
[INFO] [stdout]    |
[INFO] [stdout]  5 | vec_externs!(u32, OptionU32, 123);
[INFO] [stdout]    | --------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 30 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$_free")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-attributes.html>
[INFO] [stdout]    = note: this warning originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 30 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$_free")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:37:19
[INFO] [stdout]    |
[INFO] [stdout]  5 | vec_externs!(u32, OptionU32, 123);
[INFO] [stdout]    | --------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 37 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$len")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-attributes.html>
[INFO] [stdout]    = note: this warning originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 37 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$len")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:44:19
[INFO] [stdout]    |
[INFO] [stdout]  5 | vec_externs!(u32, OptionU32, 123);
[INFO] [stdout]    | --------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 44 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$push")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-attributes.html>
[INFO] [stdout]    = note: this warning originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 44 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$push")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:51:19
[INFO] [stdout]    |
[INFO] [stdout]  5 | vec_externs!(u32, OptionU32, 123);
[INFO] [stdout]    | --------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 51 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$pop")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-attributes.html>
[INFO] [stdout]    = note: this warning originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 51 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$pop")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:67:19
[INFO] [stdout]    |
[INFO] [stdout]  5 | vec_externs!(u32, OptionU32, 123);
[INFO] [stdout]    | --------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 67 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$get")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-attributes.html>
[INFO] [stdout]    = note: this warning originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 67 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$get")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:89:19
[INFO] [stdout]    |
[INFO] [stdout]  5 | vec_externs!(u32, OptionU32, 123);
[INFO] [stdout]    | --------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 89 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$get_mut")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-attributes.html>
[INFO] [stdout]    = note: this warning originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 89 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$get_mut")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unsafe attribute used without unsafe
[INFO] [stdout]    --> src/std_bridge/rust_vec.rs:109:19
[INFO] [stdout]     |
[INFO] [stdout]   5 | vec_externs!(u32, OptionU32, 123);
[INFO] [stdout]     | --------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 109 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$as_ptr")]
[INFO] [stdout]     |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-attributes.html>
[INFO] [stdout]     = note: this warning originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]     |
[INFO] [stdout] 109 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$as_ptr")]
[INFO] [stdout]     |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:24:19
[INFO] [stdout]    |
[INFO] [stdout]  6 | vec_externs!(u64, OptionU64, 123);
[INFO] [stdout]    | --------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 24 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$new")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-attributes.html>
[INFO] [stdout]    = note: this warning originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 24 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$new")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:30:19
[INFO] [stdout]    |
[INFO] [stdout]  6 | vec_externs!(u64, OptionU64, 123);
[INFO] [stdout]    | --------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 30 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$_free")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-attributes.html>
[INFO] [stdout]    = note: this warning originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 30 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$_free")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:37:19
[INFO] [stdout]    |
[INFO] [stdout]  6 | vec_externs!(u64, OptionU64, 123);
[INFO] [stdout]    | --------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 37 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$len")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-attributes.html>
[INFO] [stdout]    = note: this warning originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 37 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$len")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:44:19
[INFO] [stdout]    |
[INFO] [stdout]  6 | vec_externs!(u64, OptionU64, 123);
[INFO] [stdout]    | --------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 44 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$push")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-attributes.html>
[INFO] [stdout]    = note: this warning originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 44 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$push")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:51:19
[INFO] [stdout]    |
[INFO] [stdout]  6 | vec_externs!(u64, OptionU64, 123);
[INFO] [stdout]    | --------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 51 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$pop")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-attributes.html>
[INFO] [stdout]    = note: this warning originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 51 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$pop")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:67:19
[INFO] [stdout]    |
[INFO] [stdout]  6 | vec_externs!(u64, OptionU64, 123);
[INFO] [stdout]    | --------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 67 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$get")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-attributes.html>
[INFO] [stdout]    = note: this warning originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 67 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$get")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:89:19
[INFO] [stdout]    |
[INFO] [stdout]  6 | vec_externs!(u64, OptionU64, 123);
[INFO] [stdout]    | --------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 89 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$get_mut")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-attributes.html>
[INFO] [stdout]    = note: this warning originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 89 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$get_mut")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unsafe attribute used without unsafe
[INFO] [stdout]    --> src/std_bridge/rust_vec.rs:109:19
[INFO] [stdout]     |
[INFO] [stdout]   6 | vec_externs!(u64, OptionU64, 123);
[INFO] [stdout]     | --------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 109 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$as_ptr")]
[INFO] [stdout]     |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-attributes.html>
[INFO] [stdout]     = note: this warning originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]     |
[INFO] [stdout] 109 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$as_ptr")]
[INFO] [stdout]     |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:24:19
[INFO] [stdout]    |
[INFO] [stdout]  7 | vec_externs!(usize, OptionUsize, 123);
[INFO] [stdout]    | ------------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 24 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$new")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-attributes.html>
[INFO] [stdout]    = note: this warning originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 24 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$new")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:30:19
[INFO] [stdout]    |
[INFO] [stdout]  7 | vec_externs!(usize, OptionUsize, 123);
[INFO] [stdout]    | ------------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 30 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$_free")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-attributes.html>
[INFO] [stdout]    = note: this warning originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 30 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$_free")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:37:19
[INFO] [stdout]    |
[INFO] [stdout]  7 | vec_externs!(usize, OptionUsize, 123);
[INFO] [stdout]    | ------------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 37 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$len")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-attributes.html>
[INFO] [stdout]    = note: this warning originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 37 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$len")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:44:19
[INFO] [stdout]    |
[INFO] [stdout]  7 | vec_externs!(usize, OptionUsize, 123);
[INFO] [stdout]    | ------------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 44 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$push")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-attributes.html>
[INFO] [stdout]    = note: this warning originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 44 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$push")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:51:19
[INFO] [stdout]    |
[INFO] [stdout]  7 | vec_externs!(usize, OptionUsize, 123);
[INFO] [stdout]    | ------------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 51 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$pop")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-attributes.html>
[INFO] [stdout]    = note: this warning originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 51 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$pop")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:67:19
[INFO] [stdout]    |
[INFO] [stdout]  7 | vec_externs!(usize, OptionUsize, 123);
[INFO] [stdout]    | ------------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 67 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$get")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-attributes.html>
[INFO] [stdout]    = note: this warning originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 67 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$get")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:89:19
[INFO] [stdout]    |
[INFO] [stdout]  7 | vec_externs!(usize, OptionUsize, 123);
[INFO] [stdout]    | ------------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 89 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$get_mut")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-attributes.html>
[INFO] [stdout]    = note: this warning originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 89 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$get_mut")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unsafe attribute used without unsafe
[INFO] [stdout]    --> src/std_bridge/rust_vec.rs:109:19
[INFO] [stdout]     |
[INFO] [stdout]   7 | vec_externs!(usize, OptionUsize, 123);
[INFO] [stdout]     | ------------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 109 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$as_ptr")]
[INFO] [stdout]     |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-attributes.html>
[INFO] [stdout]     = note: this warning originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]     |
[INFO] [stdout] 109 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$as_ptr")]
[INFO] [stdout]     |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:24:19
[INFO] [stdout]    |
[INFO] [stdout]  9 | vec_externs!(i8, OptionI8, 123);
[INFO] [stdout]    | ------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 24 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$new")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-attributes.html>
[INFO] [stdout]    = note: this warning originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 24 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$new")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:30:19
[INFO] [stdout]    |
[INFO] [stdout]  9 | vec_externs!(i8, OptionI8, 123);
[INFO] [stdout]    | ------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 30 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$_free")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-attributes.html>
[INFO] [stdout]    = note: this warning originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 30 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$_free")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:37:19
[INFO] [stdout]    |
[INFO] [stdout]  9 | vec_externs!(i8, OptionI8, 123);
[INFO] [stdout]    | ------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 37 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$len")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-attributes.html>
[INFO] [stdout]    = note: this warning originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 37 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$len")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:44:19
[INFO] [stdout]    |
[INFO] [stdout]  9 | vec_externs!(i8, OptionI8, 123);
[INFO] [stdout]    | ------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 44 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$push")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-attributes.html>
[INFO] [stdout]    = note: this warning originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 44 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$push")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:51:19
[INFO] [stdout]    |
[INFO] [stdout]  9 | vec_externs!(i8, OptionI8, 123);
[INFO] [stdout]    | ------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 51 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$pop")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-attributes.html>
[INFO] [stdout]    = note: this warning originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 51 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$pop")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:67:19
[INFO] [stdout]    |
[INFO] [stdout]  9 | vec_externs!(i8, OptionI8, 123);
[INFO] [stdout]    | ------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 67 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$get")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-attributes.html>
[INFO] [stdout]    = note: this warning originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 67 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$get")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:89:19
[INFO] [stdout]    |
[INFO] [stdout]  9 | vec_externs!(i8, OptionI8, 123);
[INFO] [stdout]    | ------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 89 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$get_mut")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-attributes.html>
[INFO] [stdout]    = note: this warning originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 89 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$get_mut")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unsafe attribute used without unsafe
[INFO] [stdout]    --> src/std_bridge/rust_vec.rs:109:19
[INFO] [stdout]     |
[INFO] [stdout]   9 | vec_externs!(i8, OptionI8, 123);
[INFO] [stdout]     | ------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 109 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$as_ptr")]
[INFO] [stdout]     |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-attributes.html>
[INFO] [stdout]     = note: this warning originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]     |
[INFO] [stdout] 109 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$as_ptr")]
[INFO] [stdout]     |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:24:19
[INFO] [stdout]    |
[INFO] [stdout] 10 | vec_externs!(i16, OptionI16, 123);
[INFO] [stdout]    | --------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 24 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$new")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-attributes.html>
[INFO] [stdout]    = note: this warning originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 24 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$new")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:30:19
[INFO] [stdout]    |
[INFO] [stdout] 10 | vec_externs!(i16, OptionI16, 123);
[INFO] [stdout]    | --------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 30 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$_free")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-attributes.html>
[INFO] [stdout]    = note: this warning originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 30 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$_free")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:37:19
[INFO] [stdout]    |
[INFO] [stdout] 10 | vec_externs!(i16, OptionI16, 123);
[INFO] [stdout]    | --------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 37 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$len")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-attributes.html>
[INFO] [stdout]    = note: this warning originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 37 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$len")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:44:19
[INFO] [stdout]    |
[INFO] [stdout] 10 | vec_externs!(i16, OptionI16, 123);
[INFO] [stdout]    | --------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 44 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$push")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-attributes.html>
[INFO] [stdout]    = note: this warning originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 44 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$push")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:51:19
[INFO] [stdout]    |
[INFO] [stdout] 10 | vec_externs!(i16, OptionI16, 123);
[INFO] [stdout]    | --------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 51 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$pop")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-attributes.html>
[INFO] [stdout]    = note: this warning originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 51 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$pop")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:67:19
[INFO] [stdout]    |
[INFO] [stdout] 10 | vec_externs!(i16, OptionI16, 123);
[INFO] [stdout]    | --------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 67 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$get")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-attributes.html>
[INFO] [stdout]    = note: this warning originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 67 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$get")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:89:19
[INFO] [stdout]    |
[INFO] [stdout] 10 | vec_externs!(i16, OptionI16, 123);
[INFO] [stdout]    | --------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 89 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$get_mut")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-attributes.html>
[INFO] [stdout]    = note: this warning originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 89 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$get_mut")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unsafe attribute used without unsafe
[INFO] [stdout]    --> src/std_bridge/rust_vec.rs:109:19
[INFO] [stdout]     |
[INFO] [stdout]  10 | vec_externs!(i16, OptionI16, 123);
[INFO] [stdout]     | --------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 109 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$as_ptr")]
[INFO] [stdout]     |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-attributes.html>
[INFO] [stdout]     = note: this warning originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]     |
[INFO] [stdout] 109 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$as_ptr")]
[INFO] [stdout]     |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:24:19
[INFO] [stdout]    |
[INFO] [stdout] 11 | vec_externs!(i32, OptionI32, 123);
[INFO] [stdout]    | --------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 24 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$new")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-attributes.html>
[INFO] [stdout]    = note: this warning originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 24 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$new")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:30:19
[INFO] [stdout]    |
[INFO] [stdout] 11 | vec_externs!(i32, OptionI32, 123);
[INFO] [stdout]    | --------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 30 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$_free")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-attributes.html>
[INFO] [stdout]    = note: this warning originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 30 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$_free")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:37:19
[INFO] [stdout]    |
[INFO] [stdout] 11 | vec_externs!(i32, OptionI32, 123);
[INFO] [stdout]    | --------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 37 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$len")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-attributes.html>
[INFO] [stdout]    = note: this warning originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 37 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$len")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:44:19
[INFO] [stdout]    |
[INFO] [stdout] 11 | vec_externs!(i32, OptionI32, 123);
[INFO] [stdout]    | --------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 44 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$push")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-attributes.html>
[INFO] [stdout]    = note: this warning originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 44 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$push")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:51:19
[INFO] [stdout]    |
[INFO] [stdout] 11 | vec_externs!(i32, OptionI32, 123);
[INFO] [stdout]    | --------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 51 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$pop")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-attributes.html>
[INFO] [stdout]    = note: this warning originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 51 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$pop")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:67:19
[INFO] [stdout]    |
[INFO] [stdout] 11 | vec_externs!(i32, OptionI32, 123);
[INFO] [stdout]    | --------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 67 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$get")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-attributes.html>
[INFO] [stdout]    = note: this warning originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 67 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$get")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:89:19
[INFO] [stdout]    |
[INFO] [stdout] 11 | vec_externs!(i32, OptionI32, 123);
[INFO] [stdout]    | --------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 89 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$get_mut")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-attributes.html>
[INFO] [stdout]    = note: this warning originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 89 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$get_mut")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unsafe attribute used without unsafe
[INFO] [stdout]    --> src/std_bridge/rust_vec.rs:109:19
[INFO] [stdout]     |
[INFO] [stdout]  11 | vec_externs!(i32, OptionI32, 123);
[INFO] [stdout]     | --------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 109 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$as_ptr")]
[INFO] [stdout]     |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-attributes.html>
[INFO] [stdout]     = note: this warning originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]     |
[INFO] [stdout] 109 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$as_ptr")]
[INFO] [stdout]     |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:24:19
[INFO] [stdout]    |
[INFO] [stdout] 12 | vec_externs!(i64, OptionI64, 123);
[INFO] [stdout]    | --------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 24 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$new")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-attributes.html>
[INFO] [stdout]    = note: this warning originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 24 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$new")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:30:19
[INFO] [stdout]    |
[INFO] [stdout] 12 | vec_externs!(i64, OptionI64, 123);
[INFO] [stdout]    | --------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 30 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$_free")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-attributes.html>
[INFO] [stdout]    = note: this warning originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 30 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$_free")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:37:19
[INFO] [stdout]    |
[INFO] [stdout] 12 | vec_externs!(i64, OptionI64, 123);
[INFO] [stdout]    | --------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 37 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$len")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-attributes.html>
[INFO] [stdout]    = note: this warning originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 37 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$len")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:44:19
[INFO] [stdout]    |
[INFO] [stdout] 12 | vec_externs!(i64, OptionI64, 123);
[INFO] [stdout]    | --------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 44 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$push")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-attributes.html>
[INFO] [stdout]    = note: this warning originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 44 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$push")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:51:19
[INFO] [stdout]    |
[INFO] [stdout] 12 | vec_externs!(i64, OptionI64, 123);
[INFO] [stdout]    | --------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 51 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$pop")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-attributes.html>
[INFO] [stdout]    = note: this warning originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 51 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$pop")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:67:19
[INFO] [stdout]    |
[INFO] [stdout] 12 | vec_externs!(i64, OptionI64, 123);
[INFO] [stdout]    | --------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 67 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$get")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-attributes.html>
[INFO] [stdout]    = note: this warning originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 67 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$get")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:89:19
[INFO] [stdout]    |
[INFO] [stdout] 12 | vec_externs!(i64, OptionI64, 123);
[INFO] [stdout]    | --------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 89 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$get_mut")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-attributes.html>
[INFO] [stdout]    = note: this warning originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 89 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$get_mut")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unsafe attribute used without unsafe
[INFO] [stdout]    --> src/std_bridge/rust_vec.rs:109:19
[INFO] [stdout]     |
[INFO] [stdout]  12 | vec_externs!(i64, OptionI64, 123);
[INFO] [stdout]     | --------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 109 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$as_ptr")]
[INFO] [stdout]     |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-attributes.html>
[INFO] [stdout]     = note: this warning originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]     |
[INFO] [stdout] 109 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$as_ptr")]
[INFO] [stdout]     |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:24:19
[INFO] [stdout]    |
[INFO] [stdout] 13 | vec_externs!(isize, OptionIsize, 123);
[INFO] [stdout]    | ------------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 24 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$new")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-attributes.html>
[INFO] [stdout]    = note: this warning originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 24 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$new")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:30:19
[INFO] [stdout]    |
[INFO] [stdout] 13 | vec_externs!(isize, OptionIsize, 123);
[INFO] [stdout]    | ------------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 30 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$_free")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-attributes.html>
[INFO] [stdout]    = note: this warning originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 30 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$_free")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:37:19
[INFO] [stdout]    |
[INFO] [stdout] 13 | vec_externs!(isize, OptionIsize, 123);
[INFO] [stdout]    | ------------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 37 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$len")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-attributes.html>
[INFO] [stdout]    = note: this warning originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 37 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$len")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:44:19
[INFO] [stdout]    |
[INFO] [stdout] 13 | vec_externs!(isize, OptionIsize, 123);
[INFO] [stdout]    | ------------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 44 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$push")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-attributes.html>
[INFO] [stdout]    = note: this warning originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 44 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$push")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:51:19
[INFO] [stdout]    |
[INFO] [stdout] 13 | vec_externs!(isize, OptionIsize, 123);
[INFO] [stdout]    | ------------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 51 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$pop")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-attributes.html>
[INFO] [stdout]    = note: this warning originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 51 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$pop")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:67:19
[INFO] [stdout]    |
[INFO] [stdout] 13 | vec_externs!(isize, OptionIsize, 123);
[INFO] [stdout]    | ------------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 67 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$get")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-attributes.html>
[INFO] [stdout]    = note: this warning originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 67 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$get")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:89:19
[INFO] [stdout]    |
[INFO] [stdout] 13 | vec_externs!(isize, OptionIsize, 123);
[INFO] [stdout]    | ------------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 89 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$get_mut")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-attributes.html>
[INFO] [stdout]    = note: this warning originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 89 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$get_mut")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unsafe attribute used without unsafe
[INFO] [stdout]    --> src/std_bridge/rust_vec.rs:109:19
[INFO] [stdout]     |
[INFO] [stdout]  13 | vec_externs!(isize, OptionIsize, 123);
[INFO] [stdout]     | ------------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 109 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$as_ptr")]
[INFO] [stdout]     |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-attributes.html>
[INFO] [stdout]     = note: this warning originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]     |
[INFO] [stdout] 109 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$as_ptr")]
[INFO] [stdout]     |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:24:19
[INFO] [stdout]    |
[INFO] [stdout] 15 | vec_externs!(f32, OptionF32, 0.123);
[INFO] [stdout]    | ----------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 24 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$new")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-attributes.html>
[INFO] [stdout]    = note: this warning originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 24 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$new")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:30:19
[INFO] [stdout]    |
[INFO] [stdout] 15 | vec_externs!(f32, OptionF32, 0.123);
[INFO] [stdout]    | ----------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 30 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$_free")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-attributes.html>
[INFO] [stdout]    = note: this warning originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 30 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$_free")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:37:19
[INFO] [stdout]    |
[INFO] [stdout] 15 | vec_externs!(f32, OptionF32, 0.123);
[INFO] [stdout]    | ----------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 37 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$len")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-attributes.html>
[INFO] [stdout]    = note: this warning originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 37 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$len")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:44:19
[INFO] [stdout]    |
[INFO] [stdout] 15 | vec_externs!(f32, OptionF32, 0.123);
[INFO] [stdout]    | ----------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 44 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$push")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-attributes.html>
[INFO] [stdout]    = note: this warning originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 44 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$push")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:51:19
[INFO] [stdout]    |
[INFO] [stdout] 15 | vec_externs!(f32, OptionF32, 0.123);
[INFO] [stdout]    | ----------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 51 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$pop")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-attributes.html>
[INFO] [stdout]    = note: this warning originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 51 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$pop")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:67:19
[INFO] [stdout]    |
[INFO] [stdout] 15 | vec_externs!(f32, OptionF32, 0.123);
[INFO] [stdout]    | ----------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 67 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$get")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-attributes.html>
[INFO] [stdout]    = note: this warning originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 67 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$get")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:89:19
[INFO] [stdout]    |
[INFO] [stdout] 15 | vec_externs!(f32, OptionF32, 0.123);
[INFO] [stdout]    | ----------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 89 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$get_mut")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-attributes.html>
[INFO] [stdout]    = note: this warning originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 89 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$get_mut")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unsafe attribute used without unsafe
[INFO] [stdout]    --> src/std_bridge/rust_vec.rs:109:19
[INFO] [stdout]     |
[INFO] [stdout]  15 | vec_externs!(f32, OptionF32, 0.123);
[INFO] [stdout]     | ----------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 109 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$as_ptr")]
[INFO] [stdout]     |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-attributes.html>
[INFO] [stdout]     = note: this warning originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]     |
[INFO] [stdout] 109 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$as_ptr")]
[INFO] [stdout]     |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:24:19
[INFO] [stdout]    |
[INFO] [stdout] 16 | vec_externs!(f64, OptionF64, 0.123);
[INFO] [stdout]    | ----------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 24 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$new")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-attributes.html>
[INFO] [stdout]    = note: this warning originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 24 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$new")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:30:19
[INFO] [stdout]    |
[INFO] [stdout] 16 | vec_externs!(f64, OptionF64, 0.123);
[INFO] [stdout]    | ----------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 30 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$_free")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-attributes.html>
[INFO] [stdout]    = note: this warning originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 30 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$_free")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:37:19
[INFO] [stdout]    |
[INFO] [stdout] 16 | vec_externs!(f64, OptionF64, 0.123);
[INFO] [stdout]    | ----------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 37 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$len")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-attributes.html>
[INFO] [stdout]    = note: this warning originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 37 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$len")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:44:19
[INFO] [stdout]    |
[INFO] [stdout] 16 | vec_externs!(f64, OptionF64, 0.123);
[INFO] [stdout]    | ----------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 44 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$push")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-attributes.html>
[INFO] [stdout]    = note: this warning originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 44 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$push")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:51:19
[INFO] [stdout]    |
[INFO] [stdout] 16 | vec_externs!(f64, OptionF64, 0.123);
[INFO] [stdout]    | ----------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 51 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$pop")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-attributes.html>
[INFO] [stdout]    = note: this warning originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 51 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$pop")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:67:19
[INFO] [stdout]    |
[INFO] [stdout] 16 | vec_externs!(f64, OptionF64, 0.123);
[INFO] [stdout]    | ----------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 67 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$get")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-attributes.html>
[INFO] [stdout]    = note: this warning originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 67 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$get")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:89:19
[INFO] [stdout]    |
[INFO] [stdout] 16 | vec_externs!(f64, OptionF64, 0.123);
[INFO] [stdout]    | ----------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 89 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$get_mut")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-attributes.html>
[INFO] [stdout]    = note: this warning originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 89 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$get_mut")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unsafe attribute used without unsafe
[INFO] [stdout]    --> src/std_bridge/rust_vec.rs:109:19
[INFO] [stdout]     |
[INFO] [stdout]  16 | vec_externs!(f64, OptionF64, 0.123);
[INFO] [stdout]     | ----------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 109 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$as_ptr")]
[INFO] [stdout]     |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-attributes.html>
[INFO] [stdout]     = note: this warning originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]     |
[INFO] [stdout] 109 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$as_ptr")]
[INFO] [stdout]     |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:24:19
[INFO] [stdout]    |
[INFO] [stdout] 18 | vec_externs!(bool, OptionBool, false);
[INFO] [stdout]    | ------------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 24 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$new")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-attributes.html>
[INFO] [stdout]    = note: this warning originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 24 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$new")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:30:19
[INFO] [stdout]    |
[INFO] [stdout] 18 | vec_externs!(bool, OptionBool, false);
[INFO] [stdout]    | ------------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 30 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$_free")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-attributes.html>
[INFO] [stdout]    = note: this warning originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 30 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$_free")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:37:19
[INFO] [stdout]    |
[INFO] [stdout] 18 | vec_externs!(bool, OptionBool, false);
[INFO] [stdout]    | ------------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 37 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$len")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-attributes.html>
[INFO] [stdout]    = note: this warning originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 37 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$len")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:44:19
[INFO] [stdout]    |
[INFO] [stdout] 18 | vec_externs!(bool, OptionBool, false);
[INFO] [stdout]    | ------------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 44 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$push")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-attributes.html>
[INFO] [stdout]    = note: this warning originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 44 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$push")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:51:19
[INFO] [stdout]    |
[INFO] [stdout] 18 | vec_externs!(bool, OptionBool, false);
[INFO] [stdout]    | ------------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 51 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$pop")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-attributes.html>
[INFO] [stdout]    = note: this warning originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 51 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$pop")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:67:19
[INFO] [stdout]    |
[INFO] [stdout] 18 | vec_externs!(bool, OptionBool, false);
[INFO] [stdout]    | ------------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 67 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$get")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-attributes.html>
[INFO] [stdout]    = note: this warning originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 67 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$get")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:89:19
[INFO] [stdout]    |
[INFO] [stdout] 18 | vec_externs!(bool, OptionBool, false);
[INFO] [stdout]    | ------------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 89 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$get_mut")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-attributes.html>
[INFO] [stdout]    = note: this warning originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 89 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$get_mut")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unsafe attribute used without unsafe
[INFO] [stdout]    --> src/std_bridge/rust_vec.rs:109:19
[INFO] [stdout]     |
[INFO] [stdout]  18 | vec_externs!(bool, OptionBool, false);
[INFO] [stdout]     | ------------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 109 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$as_ptr")]
[INFO] [stdout]     |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-attributes.html>
[INFO] [stdout]     = note: this warning originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]     |
[INFO] [stdout] 109 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$as_ptr")]
[INFO] [stdout]     |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unsafe attribute used without unsafe
[INFO] [stdout]    --> src/std_bridge/string.rs:144:3
[INFO] [stdout]     |
[INFO] [stdout] 144 | #[export_name = "__swift_bridge__$RustStr$partial_eq"]
[INFO] [stdout]     |   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-attributes.html>
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]     |
[INFO] [stdout] 144 | #[unsafe(export_name = "__swift_bridge__$RustStr$partial_eq")]
[INFO] [stdout]     |   +++++++                                                   +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unsafe attribute used without unsafe
[INFO] [stdout]  --> src/boxed_fn_support.rs:3:3
[INFO] [stdout]   |
[INFO] [stdout] 3 | #[export_name = "__swift_bridge__$call_boxed_fn_once_no_args_no_return"]
[INFO] [stdout]   |   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]   |
[INFO] [stdout]   = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024!
[INFO] [stdout]   = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-attributes.html>
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]   |
[INFO] [stdout] 3 | #[unsafe(export_name = "__swift_bridge__$call_boxed_fn_once_no_args_no_return")]
[INFO] [stdout]   |   +++++++                                                                     +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/boxed_fn_support.rs:10:3
[INFO] [stdout]    |
[INFO] [stdout] 10 | #[export_name = "__swift_bridge__$free_boxed_fn_once_no_args_no_return"]
[INFO] [stdout]    |   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-attributes.html>
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 10 | #[unsafe(export_name = "__swift_bridge__$free_boxed_fn_once_no_args_no_return")]
[INFO] [stdout]    |   +++++++                                                                     +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unsafe attribute used without unsafe
[INFO] [stdout]    --> src/lib.rs:104:3
[INFO] [stdout]     |
[INFO] [stdout] 104 | #[no_mangle]
[INFO] [stdout]     |   ^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-attributes.html>
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]     |
[INFO] [stdout] 104 | #[unsafe(no_mangle)]
[INFO] [stdout]     |   +++++++         +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: errors present after applying fixes to crate `swift_bridge`
[INFO] [stderr]  --> src/std_bridge/rust_vec.rs
[INFO] [stderr]   = cause: error: expected expression, found `)`
[INFO] [stderr]              --> src/std_bridge/rust_vec.rs:24:39
[INFO] [stderr]               |
[INFO] [stderr]             3 | vec_externs!(u8, OptionU8, 123);
[INFO] [stderr]               | ------------------------------- in this macro invocation
[INFO] [stderr]            ...
[INFO] [stderr]            24 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$new")]
[INFO] [stderr]               |                                       ^ expected expression
[INFO] [stderr]               |
[INFO] [stderr]               = note: this error originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]            
[INFO] [stderr]            
[INFO] [stderr]            error: expected expression, found `)`
[INFO] [stderr]              --> src/std_bridge/rust_vec.rs:24:39
[INFO] [stderr]               |
[INFO] [stderr]             4 | vec_externs!(u16, OptionU16, 123);
[INFO] [stderr]               | --------------------------------- in this macro invocation
[INFO] [stderr]            ...
[INFO] [stderr]            24 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$new")]
[INFO] [stderr]               |                                       ^ expected expression
[INFO] [stderr]               |
[INFO] [stderr]               = note: this error originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]            
[INFO] [stderr]            
[INFO] [stderr]            error: expected expression, found `)`
[INFO] [stderr]              --> src/std_bridge/rust_vec.rs:24:39
[INFO] [stderr]               |
[INFO] [stderr]             5 | vec_externs!(u32, OptionU32, 123);
[INFO] [stderr]               | --------------------------------- in this macro invocation
[INFO] [stderr]            ...
[INFO] [stderr]            24 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$new")]
[INFO] [stderr]               |                                       ^ expected expression
[INFO] [stderr]               |
[INFO] [stderr]               = note: this error originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]            
[INFO] [stderr]            
[INFO] [stderr]            error: expected expression, found `)`
[INFO] [stderr]              --> src/std_bridge/rust_vec.rs:24:39
[INFO] [stderr]               |
[INFO] [stderr]             6 | vec_externs!(u64, OptionU64, 123);
[INFO] [stderr]               | --------------------------------- in this macro invocation
[INFO] [stderr]            ...
[INFO] [stderr]            24 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$new")]
[INFO] [stderr]               |                                       ^ expected expression
[INFO] [stderr]               |
[INFO] [stderr]               = note: this error originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]            
[INFO] [stderr]            
[INFO] [stderr]            error: expected expression, found `)`
[INFO] [stderr]              --> src/std_bridge/rust_vec.rs:24:39
[INFO] [stderr]               |
[INFO] [stderr]             7 | vec_externs!(usize, OptionUsize, 123);
[INFO] [stderr]               | ------------------------------------- in this macro invocation
[INFO] [stderr]            ...
[INFO] [stderr]            24 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$new")]
[INFO] [stderr]               |                                       ^ expected expression
[INFO] [stderr]               |
[INFO] [stderr]               = note: this error originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]            
[INFO] [stderr]            
[INFO] [stderr]            error: expected expression, found `)`
[INFO] [stderr]              --> src/std_bridge/rust_vec.rs:24:39
[INFO] [stderr]               |
[INFO] [stderr]             9 | vec_externs!(i8, OptionI8, 123);
[INFO] [stderr]               | ------------------------------- in this macro invocation
[INFO] [stderr]            ...
[INFO] [stderr]            24 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$new")]
[INFO] [stderr]               |                                       ^ expected expression
[INFO] [stderr]               |
[INFO] [stderr]               = note: this error originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]            
[INFO] [stderr]            
[INFO] [stderr]            error: expected expression, found `)`
[INFO] [stderr]              --> src/std_bridge/rust_vec.rs:24:39
[INFO] [stderr]               |
[INFO] [stderr]            10 | vec_externs!(i16, OptionI16, 123);
[INFO] [stderr]               | --------------------------------- in this macro invocation
[INFO] [stderr]            ...
[INFO] [stderr]            24 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$new")]
[INFO] [stderr]               |                                       ^ expected expression
[INFO] [stderr]               |
[INFO] [stderr]               = note: this error originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]            
[INFO] [stderr]            
[INFO] [stderr]            error: expected expression, found `)`
[INFO] [stderr]              --> src/std_bridge/rust_vec.rs:24:39
[INFO] [stderr]               |
[INFO] [stderr]            11 | vec_externs!(i32, OptionI32, 123);
[INFO] [stderr]               | --------------------------------- in this macro invocation
[INFO] [stderr]            ...
[INFO] [stderr]            24 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$new")]
[INFO] [stderr]               |                                       ^ expected expression
[INFO] [stderr]               |
[INFO] [stderr]               = note: this error originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]            
[INFO] [stderr]            
[INFO] [stderr]            error: expected expression, found `)`
[INFO] [stderr]              --> src/std_bridge/rust_vec.rs:24:39
[INFO] [stderr]               |
[INFO] [stderr]            12 | vec_externs!(i64, OptionI64, 123);
[INFO] [stderr]               | --------------------------------- in this macro invocation
[INFO] [stderr]            ...
[INFO] [stderr]            24 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$new")]
[INFO] [stderr]               |                                       ^ expected expression
[INFO] [stderr]               |
[INFO] [stderr]               = note: this error originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]            
[INFO] [stderr]            
[INFO] [stderr]            error: expected expression, found `)`
[INFO] [stderr]              --> src/std_bridge/rust_vec.rs:24:39
[INFO] [stderr]               |
[INFO] [stderr]            13 | vec_externs!(isize, OptionIsize, 123);
[INFO] [stderr]               | ------------------------------------- in this macro invocation
[INFO] [stderr]            ...
[INFO] [stderr]            24 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$new")]
[INFO] [stderr]               |                                       ^ expected expression
[INFO] [stderr]               |
[INFO] [stderr]               = note: this error originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]            
[INFO] [stderr]            
[INFO] [stderr]            error: expected expression, found `)`
[INFO] [stderr]              --> src/std_bridge/rust_vec.rs:24:39
[INFO] [stderr]               |
[INFO] [stderr]            15 | vec_externs!(f32, OptionF32, 0.123);
[INFO] [stderr]               | ----------------------------------- in this macro invocation
[INFO] [stderr]            ...
[INFO] [stderr]            24 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$new")]
[INFO] [stderr]               |                                       ^ expected expression
[INFO] [stderr]               |
[INFO] [stderr]               = note: this error originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]            
[INFO] [stderr]            
[INFO] [stderr]            error: expected expression, found `)`
[INFO] [stderr]              --> src/std_bridge/rust_vec.rs:24:39
[INFO] [stderr]               |
[INFO] [stderr]            16 | vec_externs!(f64, OptionF64, 0.123);
[INFO] [stderr]               | ----------------------------------- in this macro invocation
[INFO] [stderr]            ...
[INFO] [stderr]            24 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$new")]
[INFO] [stderr]               |                                       ^ expected expression
[INFO] [stderr]               |
[INFO] [stderr]               = note: this error originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]            
[INFO] [stderr]            
[INFO] [stderr]            error: expected expression, found `)`
[INFO] [stderr]              --> src/std_bridge/rust_vec.rs:24:39
[INFO] [stderr]               |
[INFO] [stderr]            18 | vec_externs!(bool, OptionBool, false);
[INFO] [stderr]               | ------------------------------------- in this macro invocation
[INFO] [stderr]            ...
[INFO] [stderr]            24 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$new")]
[INFO] [stderr]               |                                       ^ expected expression
[INFO] [stderr]               |
[INFO] [stderr]               = note: this error originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]            
[INFO] [stderr]            
[INFO] [stderr]            error: aborting due to 13 previous errors
[INFO] [stderr] help: to report this as a bug, open an issue at https://github.com/rust-lang/rust/issues, quoting the full output of this command
[INFO] [stderr] help: to possibly apply more fixes, pass in the `--broken-code` flag
[INFO] [stderr] note: original diagnostics will follow:
[INFO] [stdout] warning: the `expr` fragment specifier will accept more expressions in the 2024 edition
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:22:49
[INFO] [stdout]    |
[INFO] [stdout] 22 |         ($ty:ty, $option_ty:ident, $unused_none:expr) => {
[INFO] [stdout]    |                                                 ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/macro-fragment-specifiers.html>
[INFO] [stdout]    = note: `--force-warn edition-2024-expr-fragment-specifier` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout] help: to keep the existing behavior, use the `expr_2021` fragment specifier
[INFO] [stdout]    |
[INFO] [stdout] 22 |         ($ty:ty, $option_ty:ident, $unused_none:expr_2021) => {
[INFO] [stdout]    |                                                     +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:24:19
[INFO] [stdout]    |
[INFO] [stdout]  3 | vec_externs!(u8, OptionU8, 123);
[INFO] [stdout]    | ------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 24 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$new")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-attributes.html>
[INFO] [stdout]    = note: `--force-warn unsafe-attr-outside-unsafe` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout]    = note: this warning originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 24 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$new")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:30:19
[INFO] [stdout]    |
[INFO] [stdout]  3 | vec_externs!(u8, OptionU8, 123);
[INFO] [stdout]    | ------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 30 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$_free")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-attributes.html>
[INFO] [stdout]    = note: this warning originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 30 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$_free")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:37:19
[INFO] [stdout]    |
[INFO] [stdout]  3 | vec_externs!(u8, OptionU8, 123);
[INFO] [stdout]    | ------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 37 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$len")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-attributes.html>
[INFO] [stdout]    = note: this warning originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 37 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$len")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:44:19
[INFO] [stdout]    |
[INFO] [stdout]  3 | vec_externs!(u8, OptionU8, 123);
[INFO] [stdout]    | ------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 44 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$push")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-attributes.html>
[INFO] [stdout]    = note: this warning originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 44 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$push")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:51:19
[INFO] [stdout]    |
[INFO] [stdout]  3 | vec_externs!(u8, OptionU8, 123);
[INFO] [stdout]    | ------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 51 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$pop")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-attributes.html>
[INFO] [stdout]    = note: this warning originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 51 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$pop")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:67:19
[INFO] [stdout]    |
[INFO] [stdout]  3 | vec_externs!(u8, OptionU8, 123);
[INFO] [stdout]    | ------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 67 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$get")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-attributes.html>
[INFO] [stdout]    = note: this warning originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 67 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$get")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:89:19
[INFO] [stdout]    |
[INFO] [stdout]  3 | vec_externs!(u8, OptionU8, 123);
[INFO] [stdout]    | ------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 89 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$get_mut")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-attributes.html>
[INFO] [stdout]    = note: this warning originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 89 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$get_mut")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unsafe attribute used without unsafe
[INFO] [stdout]    --> src/std_bridge/rust_vec.rs:109:19
[INFO] [stdout]     |
[INFO] [stdout]   3 | vec_externs!(u8, OptionU8, 123);
[INFO] [stdout]     | ------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 109 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$as_ptr")]
[INFO] [stdout]     |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-attributes.html>
[INFO] [stdout]     = note: this warning originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]     |
[INFO] [stdout] 109 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$as_ptr")]
[INFO] [stdout]     |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:24:19
[INFO] [stdout]    |
[INFO] [stdout]  4 | vec_externs!(u16, OptionU16, 123);
[INFO] [stdout]    | --------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 24 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$new")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-attributes.html>
[INFO] [stdout]    = note: this warning originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 24 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$new")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:30:19
[INFO] [stdout]    |
[INFO] [stdout]  4 | vec_externs!(u16, OptionU16, 123);
[INFO] [stdout]    | --------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 30 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$_free")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-attributes.html>
[INFO] [stdout]    = note: this warning originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 30 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$_free")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:37:19
[INFO] [stdout]    |
[INFO] [stdout]  4 | vec_externs!(u16, OptionU16, 123);
[INFO] [stdout]    | --------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 37 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$len")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-attributes.html>
[INFO] [stdout]    = note: this warning originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 37 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$len")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:44:19
[INFO] [stdout]    |
[INFO] [stdout]  4 | vec_externs!(u16, OptionU16, 123);
[INFO] [stdout]    | --------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 44 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$push")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-attributes.html>
[INFO] [stdout]    = note: this warning originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 44 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$push")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:51:19
[INFO] [stdout]    |
[INFO] [stdout]  4 | vec_externs!(u16, OptionU16, 123);
[INFO] [stdout]    | --------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 51 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$pop")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-attributes.html>
[INFO] [stdout]    = note: this warning originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 51 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$pop")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:67:19
[INFO] [stdout]    |
[INFO] [stdout]  4 | vec_externs!(u16, OptionU16, 123);
[INFO] [stdout]    | --------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 67 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$get")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-attributes.html>
[INFO] [stdout]    = note: this warning originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 67 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$get")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:89:19
[INFO] [stdout]    |
[INFO] [stdout]  4 | vec_externs!(u16, OptionU16, 123);
[INFO] [stdout]    | --------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 89 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$get_mut")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-attributes.html>
[INFO] [stdout]    = note: this warning originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 89 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$get_mut")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unsafe attribute used without unsafe
[INFO] [stdout]    --> src/std_bridge/rust_vec.rs:109:19
[INFO] [stdout]     |
[INFO] [stdout]   4 | vec_externs!(u16, OptionU16, 123);
[INFO] [stdout]     | --------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 109 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$as_ptr")]
[INFO] [stdout]     |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-attributes.html>
[INFO] [stdout]     = note: this warning originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]     |
[INFO] [stdout] 109 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$as_ptr")]
[INFO] [stdout]     |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:24:19
[INFO] [stdout]    |
[INFO] [stdout]  5 | vec_externs!(u32, OptionU32, 123);
[INFO] [stdout]    | --------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 24 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$new")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-attributes.html>
[INFO] [stdout]    = note: this warning originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 24 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$new")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:30:19
[INFO] [stdout]    |
[INFO] [stdout]  5 | vec_externs!(u32, OptionU32, 123);
[INFO] [stdout]    | --------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 30 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$_free")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-attributes.html>
[INFO] [stdout]    = note: this warning originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 30 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$_free")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:37:19
[INFO] [stdout]    |
[INFO] [stdout]  5 | vec_externs!(u32, OptionU32, 123);
[INFO] [stdout]    | --------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 37 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$len")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-attributes.html>
[INFO] [stdout]    = note: this warning originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 37 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$len")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:44:19
[INFO] [stdout]    |
[INFO] [stdout]  5 | vec_externs!(u32, OptionU32, 123);
[INFO] [stdout]    | --------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 44 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$push")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-attributes.html>
[INFO] [stdout]    = note: this warning originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 44 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$push")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:51:19
[INFO] [stdout]    |
[INFO] [stdout]  5 | vec_externs!(u32, OptionU32, 123);
[INFO] [stdout]    | --------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 51 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$pop")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-attributes.html>
[INFO] [stdout]    = note: this warning originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 51 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$pop")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:67:19
[INFO] [stdout]    |
[INFO] [stdout]  5 | vec_externs!(u32, OptionU32, 123);
[INFO] [stdout]    | --------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 67 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$get")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-attributes.html>
[INFO] [stdout]    = note: this warning originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 67 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$get")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:89:19
[INFO] [stdout]    |
[INFO] [stdout]  5 | vec_externs!(u32, OptionU32, 123);
[INFO] [stdout]    | --------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 89 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$get_mut")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-attributes.html>
[INFO] [stdout]    = note: this warning originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 89 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$get_mut")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unsafe attribute used without unsafe
[INFO] [stdout]    --> src/std_bridge/rust_vec.rs:109:19
[INFO] [stdout]     |
[INFO] [stdout]   5 | vec_externs!(u32, OptionU32, 123);
[INFO] [stdout]     | --------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 109 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$as_ptr")]
[INFO] [stdout]     |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-attributes.html>
[INFO] [stdout]     = note: this warning originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]     |
[INFO] [stdout] 109 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$as_ptr")]
[INFO] [stdout]     |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:24:19
[INFO] [stdout]    |
[INFO] [stdout]  6 | vec_externs!(u64, OptionU64, 123);
[INFO] [stdout]    | --------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 24 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$new")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-attributes.html>
[INFO] [stdout]    = note: this warning originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 24 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$new")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:30:19
[INFO] [stdout]    |
[INFO] [stdout]  6 | vec_externs!(u64, OptionU64, 123);
[INFO] [stdout]    | --------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 30 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$_free")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-attributes.html>
[INFO] [stdout]    = note: this warning originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 30 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$_free")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:37:19
[INFO] [stdout]    |
[INFO] [stdout]  6 | vec_externs!(u64, OptionU64, 123);
[INFO] [stdout]    | --------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 37 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$len")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-attributes.html>
[INFO] [stdout]    = note: this warning originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 37 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$len")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:44:19
[INFO] [stdout]    |
[INFO] [stdout]  6 | vec_externs!(u64, OptionU64, 123);
[INFO] [stdout]    | --------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 44 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$push")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-attributes.html>
[INFO] [stdout]    = note: this warning originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 44 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$push")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:51:19
[INFO] [stdout]    |
[INFO] [stdout]  6 | vec_externs!(u64, OptionU64, 123);
[INFO] [stdout]    | --------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 51 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$pop")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-attributes.html>
[INFO] [stdout]    = note: this warning originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 51 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$pop")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:67:19
[INFO] [stdout]    |
[INFO] [stdout]  6 | vec_externs!(u64, OptionU64, 123);
[INFO] [stdout]    | --------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 67 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$get")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-attributes.html>
[INFO] [stdout]    = note: this warning originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 67 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$get")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:89:19
[INFO] [stdout]    |
[INFO] [stdout]  6 | vec_externs!(u64, OptionU64, 123);
[INFO] [stdout]    | --------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 89 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$get_mut")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-attributes.html>
[INFO] [stdout]    = note: this warning originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 89 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$get_mut")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unsafe attribute used without unsafe
[INFO] [stdout]    --> src/std_bridge/rust_vec.rs:109:19
[INFO] [stdout]     |
[INFO] [stdout]   6 | vec_externs!(u64, OptionU64, 123);
[INFO] [stdout]     | --------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 109 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$as_ptr")]
[INFO] [stdout]     |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-attributes.html>
[INFO] [stdout]     = note: this warning originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]     |
[INFO] [stdout] 109 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$as_ptr")]
[INFO] [stdout]     |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:24:19
[INFO] [stdout]    |
[INFO] [stdout]  7 | vec_externs!(usize, OptionUsize, 123);
[INFO] [stdout]    | ------------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 24 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$new")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-attributes.html>
[INFO] [stdout]    = note: this warning originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 24 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$new")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:30:19
[INFO] [stdout]    |
[INFO] [stdout]  7 | vec_externs!(usize, OptionUsize, 123);
[INFO] [stdout]    | ------------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 30 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$_free")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-attributes.html>
[INFO] [stdout]    = note: this warning originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 30 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$_free")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:37:19
[INFO] [stdout]    |
[INFO] [stdout]  7 | vec_externs!(usize, OptionUsize, 123);
[INFO] [stdout]    | ------------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 37 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$len")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-attributes.html>
[INFO] [stdout]    = note: this warning originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 37 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$len")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:44:19
[INFO] [stdout]    |
[INFO] [stdout]  7 | vec_externs!(usize, OptionUsize, 123);
[INFO] [stdout]    | ------------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 44 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$push")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-attributes.html>
[INFO] [stdout]    = note: this warning originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 44 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$push")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:51:19
[INFO] [stdout]    |
[INFO] [stdout]  7 | vec_externs!(usize, OptionUsize, 123);
[INFO] [stdout]    | ------------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 51 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$pop")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-attributes.html>
[INFO] [stdout]    = note: this warning originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 51 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$pop")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:67:19
[INFO] [stdout]    |
[INFO] [stdout]  7 | vec_externs!(usize, OptionUsize, 123);
[INFO] [stdout]    | ------------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 67 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$get")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-attributes.html>
[INFO] [stdout]    = note: this warning originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 67 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$get")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:89:19
[INFO] [stdout]    |
[INFO] [stdout]  7 | vec_externs!(usize, OptionUsize, 123);
[INFO] [stdout]    | ------------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 89 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$get_mut")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-attributes.html>
[INFO] [stdout]    = note: this warning originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 89 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$get_mut")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unsafe attribute used without unsafe
[INFO] [stdout]    --> src/std_bridge/rust_vec.rs:109:19
[INFO] [stdout]     |
[INFO] [stdout]   7 | vec_externs!(usize, OptionUsize, 123);
[INFO] [stdout]     | ------------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 109 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$as_ptr")]
[INFO] [stdout]     |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-attributes.html>
[INFO] [stdout]     = note: this warning originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]     |
[INFO] [stdout] 109 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$as_ptr")]
[INFO] [stdout]     |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:24:19
[INFO] [stdout]    |
[INFO] [stdout]  9 | vec_externs!(i8, OptionI8, 123);
[INFO] [stdout]    | ------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 24 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$new")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-attributes.html>
[INFO] [stdout]    = note: this warning originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 24 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$new")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:30:19
[INFO] [stdout]    |
[INFO] [stdout]  9 | vec_externs!(i8, OptionI8, 123);
[INFO] [stdout]    | ------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 30 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$_free")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-attributes.html>
[INFO] [stdout]    = note: this warning originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 30 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$_free")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:37:19
[INFO] [stdout]    |
[INFO] [stdout]  9 | vec_externs!(i8, OptionI8, 123);
[INFO] [stdout]    | ------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 37 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$len")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-attributes.html>
[INFO] [stdout]    = note: this warning originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 37 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$len")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:44:19
[INFO] [stdout]    |
[INFO] [stdout]  9 | vec_externs!(i8, OptionI8, 123);
[INFO] [stdout]    | ------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 44 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$push")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-attributes.html>
[INFO] [stdout]    = note: this warning originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 44 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$push")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:51:19
[INFO] [stdout]    |
[INFO] [stdout]  9 | vec_externs!(i8, OptionI8, 123);
[INFO] [stdout]    | ------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 51 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$pop")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-attributes.html>
[INFO] [stdout]    = note: this warning originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 51 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$pop")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:67:19
[INFO] [stdout]    |
[INFO] [stdout]  9 | vec_externs!(i8, OptionI8, 123);
[INFO] [stdout]    | ------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 67 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$get")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-attributes.html>
[INFO] [stdout]    = note: this warning originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 67 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$get")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:89:19
[INFO] [stdout]    |
[INFO] [stdout]  9 | vec_externs!(i8, OptionI8, 123);
[INFO] [stdout]    | ------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 89 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$get_mut")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-attributes.html>
[INFO] [stdout]    = note: this warning originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 89 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$get_mut")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unsafe attribute used without unsafe
[INFO] [stdout]    --> src/std_bridge/rust_vec.rs:109:19
[INFO] [stdout]     |
[INFO] [stdout]   9 | vec_externs!(i8, OptionI8, 123);
[INFO] [stdout]     | ------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 109 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$as_ptr")]
[INFO] [stdout]     |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-attributes.html>
[INFO] [stdout]     = note: this warning originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]     |
[INFO] [stdout] 109 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$as_ptr")]
[INFO] [stdout]     |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:24:19
[INFO] [stdout]    |
[INFO] [stdout] 10 | vec_externs!(i16, OptionI16, 123);
[INFO] [stdout]    | --------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 24 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$new")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-attributes.html>
[INFO] [stdout]    = note: this warning originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 24 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$new")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:30:19
[INFO] [stdout]    |
[INFO] [stdout] 10 | vec_externs!(i16, OptionI16, 123);
[INFO] [stdout]    | --------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 30 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$_free")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-attributes.html>
[INFO] [stdout]    = note: this warning originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 30 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$_free")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:37:19
[INFO] [stdout]    |
[INFO] [stdout] 10 | vec_externs!(i16, OptionI16, 123);
[INFO] [stdout]    | --------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 37 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$len")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-attributes.html>
[INFO] [stdout]    = note: this warning originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 37 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$len")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:44:19
[INFO] [stdout]    |
[INFO] [stdout] 10 | vec_externs!(i16, OptionI16, 123);
[INFO] [stdout]    | --------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 44 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$push")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-attributes.html>
[INFO] [stdout]    = note: this warning originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 44 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$push")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:51:19
[INFO] [stdout]    |
[INFO] [stdout] 10 | vec_externs!(i16, OptionI16, 123);
[INFO] [stdout]    | --------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 51 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$pop")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-attributes.html>
[INFO] [stdout]    = note: this warning originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 51 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$pop")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:67:19
[INFO] [stdout]    |
[INFO] [stdout] 10 | vec_externs!(i16, OptionI16, 123);
[INFO] [stdout]    | --------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 67 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$get")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-attributes.html>
[INFO] [stdout]    = note: this warning originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 67 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$get")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:89:19
[INFO] [stdout]    |
[INFO] [stdout] 10 | vec_externs!(i16, OptionI16, 123);
[INFO] [stdout]    | --------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 89 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$get_mut")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-attributes.html>
[INFO] [stdout]    = note: this warning originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 89 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$get_mut")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unsafe attribute used without unsafe
[INFO] [stdout]    --> src/std_bridge/rust_vec.rs:109:19
[INFO] [stdout]     |
[INFO] [stdout]  10 | vec_externs!(i16, OptionI16, 123);
[INFO] [stdout]     | --------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 109 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$as_ptr")]
[INFO] [stdout]     |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-attributes.html>
[INFO] [stdout]     = note: this warning originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]     |
[INFO] [stdout] 109 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$as_ptr")]
[INFO] [stdout]     |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:24:19
[INFO] [stdout]    |
[INFO] [stdout] 11 | vec_externs!(i32, OptionI32, 123);
[INFO] [stdout]    | --------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 24 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$new")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-attributes.html>
[INFO] [stdout]    = note: this warning originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 24 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$new")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:30:19
[INFO] [stdout]    |
[INFO] [stdout] 11 | vec_externs!(i32, OptionI32, 123);
[INFO] [stdout]    | --------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 30 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$_free")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-attributes.html>
[INFO] [stdout]    = note: this warning originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 30 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$_free")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:37:19
[INFO] [stdout]    |
[INFO] [stdout] 11 | vec_externs!(i32, OptionI32, 123);
[INFO] [stdout]    | --------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 37 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$len")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-attributes.html>
[INFO] [stdout]    = note: this warning originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 37 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$len")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:44:19
[INFO] [stdout]    |
[INFO] [stdout] 11 | vec_externs!(i32, OptionI32, 123);
[INFO] [stdout]    | --------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 44 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$push")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-attributes.html>
[INFO] [stdout]    = note: this warning originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 44 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$push")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:51:19
[INFO] [stdout]    |
[INFO] [stdout] 11 | vec_externs!(i32, OptionI32, 123);
[INFO] [stdout]    | --------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 51 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$pop")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-attributes.html>
[INFO] [stdout]    = note: this warning originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 51 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$pop")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:67:19
[INFO] [stdout]    |
[INFO] [stdout] 11 | vec_externs!(i32, OptionI32, 123);
[INFO] [stdout]    | --------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 67 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$get")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-attributes.html>
[INFO] [stdout]    = note: this warning originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 67 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$get")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:89:19
[INFO] [stdout]    |
[INFO] [stdout] 11 | vec_externs!(i32, OptionI32, 123);
[INFO] [stdout]    | --------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 89 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$get_mut")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-attributes.html>
[INFO] [stdout]    = note: this warning originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 89 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$get_mut")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unsafe attribute used without unsafe
[INFO] [stdout]    --> src/std_bridge/rust_vec.rs:109:19
[INFO] [stdout]     |
[INFO] [stdout]  11 | vec_externs!(i32, OptionI32, 123);
[INFO] [stdout]     | --------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 109 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$as_ptr")]
[INFO] [stdout]     |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-attributes.html>
[INFO] [stdout]     = note: this warning originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]     |
[INFO] [stdout] 109 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$as_ptr")]
[INFO] [stdout]     |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:24:19
[INFO] [stdout]    |
[INFO] [stdout] 12 | vec_externs!(i64, OptionI64, 123);
[INFO] [stdout]    | --------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 24 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$new")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-attributes.html>
[INFO] [stdout]    = note: this warning originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 24 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$new")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:30:19
[INFO] [stdout]    |
[INFO] [stdout] 12 | vec_externs!(i64, OptionI64, 123);
[INFO] [stdout]    | --------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 30 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$_free")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-attributes.html>
[INFO] [stdout]    = note: this warning originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 30 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$_free")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:37:19
[INFO] [stdout]    |
[INFO] [stdout] 12 | vec_externs!(i64, OptionI64, 123);
[INFO] [stdout]    | --------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 37 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$len")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-attributes.html>
[INFO] [stdout]    = note: this warning originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 37 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$len")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:44:19
[INFO] [stdout]    |
[INFO] [stdout] 12 | vec_externs!(i64, OptionI64, 123);
[INFO] [stdout]    | --------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 44 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$push")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-attributes.html>
[INFO] [stdout]    = note: this warning originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 44 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$push")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:51:19
[INFO] [stdout]    |
[INFO] [stdout] 12 | vec_externs!(i64, OptionI64, 123);
[INFO] [stdout]    | --------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 51 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$pop")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-attributes.html>
[INFO] [stdout]    = note: this warning originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 51 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$pop")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:67:19
[INFO] [stdout]    |
[INFO] [stdout] 12 | vec_externs!(i64, OptionI64, 123);
[INFO] [stdout]    | --------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 67 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$get")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-attributes.html>
[INFO] [stdout]    = note: this warning originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 67 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$get")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:89:19
[INFO] [stdout]    |
[INFO] [stdout] 12 | vec_externs!(i64, OptionI64, 123);
[INFO] [stdout]    | --------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 89 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$get_mut")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-attributes.html>
[INFO] [stdout]    = note: this warning originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 89 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$get_mut")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unsafe attribute used without unsafe
[INFO] [stdout]    --> src/std_bridge/rust_vec.rs:109:19
[INFO] [stdout]     |
[INFO] [stdout]  12 | vec_externs!(i64, OptionI64, 123);
[INFO] [stdout]     | --------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 109 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$as_ptr")]
[INFO] [stdout]     |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-attributes.html>
[INFO] [stdout]     = note: this warning originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]     |
[INFO] [stdout] 109 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$as_ptr")]
[INFO] [stdout]     |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:24:19
[INFO] [stdout]    |
[INFO] [stdout] 13 | vec_externs!(isize, OptionIsize, 123);
[INFO] [stdout]    | ------------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 24 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$new")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-attributes.html>
[INFO] [stdout]    = note: this warning originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 24 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$new")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:30:19
[INFO] [stdout]    |
[INFO] [stdout] 13 | vec_externs!(isize, OptionIsize, 123);
[INFO] [stdout]    | ------------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 30 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$_free")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-attributes.html>
[INFO] [stdout]    = note: this warning originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 30 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$_free")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:37:19
[INFO] [stdout]    |
[INFO] [stdout] 13 | vec_externs!(isize, OptionIsize, 123);
[INFO] [stdout]    | ------------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 37 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$len")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-attributes.html>
[INFO] [stdout]    = note: this warning originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 37 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$len")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:44:19
[INFO] [stdout]    |
[INFO] [stdout] 13 | vec_externs!(isize, OptionIsize, 123);
[INFO] [stdout]    | ------------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 44 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$push")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-attributes.html>
[INFO] [stdout]    = note: this warning originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 44 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$push")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:51:19
[INFO] [stdout]    |
[INFO] [stdout] 13 | vec_externs!(isize, OptionIsize, 123);
[INFO] [stdout]    | ------------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 51 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$pop")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-attributes.html>
[INFO] [stdout]    = note: this warning originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 51 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$pop")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:67:19
[INFO] [stdout]    |
[INFO] [stdout] 13 | vec_externs!(isize, OptionIsize, 123);
[INFO] [stdout]    | ------------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 67 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$get")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-attributes.html>
[INFO] [stdout]    = note: this warning originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 67 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$get")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:89:19
[INFO] [stdout]    |
[INFO] [stdout] 13 | vec_externs!(isize, OptionIsize, 123);
[INFO] [stdout]    | ------------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 89 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$get_mut")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-attributes.html>
[INFO] [stdout]    = note: this warning originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 89 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$get_mut")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unsafe attribute used without unsafe
[INFO] [stdout]    --> src/std_bridge/rust_vec.rs:109:19
[INFO] [stdout]     |
[INFO] [stdout]  13 | vec_externs!(isize, OptionIsize, 123);
[INFO] [stdout]     | ------------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 109 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$as_ptr")]
[INFO] [stdout]     |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-attributes.html>
[INFO] [stdout]     = note: this warning originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]     |
[INFO] [stdout] 109 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$as_ptr")]
[INFO] [stdout]     |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:24:19
[INFO] [stdout]    |
[INFO] [stdout] 15 | vec_externs!(f32, OptionF32, 0.123);
[INFO] [stdout]    | ----------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 24 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$new")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-attributes.html>
[INFO] [stdout]    = note: this warning originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 24 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$new")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:30:19
[INFO] [stdout]    |
[INFO] [stdout] 15 | vec_externs!(f32, OptionF32, 0.123);
[INFO] [stdout]    | ----------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 30 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$_free")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-attributes.html>
[INFO] [stdout]    = note: this warning originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 30 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$_free")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:37:19
[INFO] [stdout]    |
[INFO] [stdout] 15 | vec_externs!(f32, OptionF32, 0.123);
[INFO] [stdout]    | ----------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 37 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$len")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-attributes.html>
[INFO] [stdout]    = note: this warning originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 37 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$len")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:44:19
[INFO] [stdout]    |
[INFO] [stdout] 15 | vec_externs!(f32, OptionF32, 0.123);
[INFO] [stdout]    | ----------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 44 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$push")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-attributes.html>
[INFO] [stdout]    = note: this warning originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 44 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$push")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:51:19
[INFO] [stdout]    |
[INFO] [stdout] 15 | vec_externs!(f32, OptionF32, 0.123);
[INFO] [stdout]    | ----------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 51 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$pop")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-attributes.html>
[INFO] [stdout]    = note: this warning originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 51 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$pop")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:67:19
[INFO] [stdout]    |
[INFO] [stdout] 15 | vec_externs!(f32, OptionF32, 0.123);
[INFO] [stdout]    | ----------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 67 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$get")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-attributes.html>
[INFO] [stdout]    = note: this warning originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 67 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$get")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:89:19
[INFO] [stdout]    |
[INFO] [stdout] 15 | vec_externs!(f32, OptionF32, 0.123);
[INFO] [stdout]    | ----------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 89 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$get_mut")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-attributes.html>
[INFO] [stdout]    = note: this warning originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 89 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$get_mut")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unsafe attribute used without unsafe
[INFO] [stdout]    --> src/std_bridge/rust_vec.rs:109:19
[INFO] [stdout]     |
[INFO] [stdout]  15 | vec_externs!(f32, OptionF32, 0.123);
[INFO] [stdout]     | ----------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 109 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$as_ptr")]
[INFO] [stdout]     |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-attributes.html>
[INFO] [stdout]     = note: this warning originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]     |
[INFO] [stdout] 109 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$as_ptr")]
[INFO] [stdout]     |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:24:19
[INFO] [stdout]    |
[INFO] [stdout] 16 | vec_externs!(f64, OptionF64, 0.123);
[INFO] [stdout]    | ----------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 24 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$new")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-attributes.html>
[INFO] [stdout]    = note: this warning originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 24 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$new")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:30:19
[INFO] [stdout]    |
[INFO] [stdout] 16 | vec_externs!(f64, OptionF64, 0.123);
[INFO] [stdout]    | ----------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 30 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$_free")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-attributes.html>
[INFO] [stdout]    = note: this warning originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 30 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$_free")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:37:19
[INFO] [stdout]    |
[INFO] [stdout] 16 | vec_externs!(f64, OptionF64, 0.123);
[INFO] [stdout]    | ----------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 37 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$len")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-attributes.html>
[INFO] [stdout]    = note: this warning originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 37 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$len")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:44:19
[INFO] [stdout]    |
[INFO] [stdout] 16 | vec_externs!(f64, OptionF64, 0.123);
[INFO] [stdout]    | ----------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 44 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$push")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-attributes.html>
[INFO] [stdout]    = note: this warning originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 44 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$push")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:51:19
[INFO] [stdout]    |
[INFO] [stdout] 16 | vec_externs!(f64, OptionF64, 0.123);
[INFO] [stdout]    | ----------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 51 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$pop")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-attributes.html>
[INFO] [stdout]    = note: this warning originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 51 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$pop")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:67:19
[INFO] [stdout]    |
[INFO] [stdout] 16 | vec_externs!(f64, OptionF64, 0.123);
[INFO] [stdout]    | ----------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 67 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$get")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-attributes.html>
[INFO] [stdout]    = note: this warning originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 67 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$get")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.24s
[INFO] [stdout] warning: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:89:19
[INFO] [stdout]    |
[INFO] [stdout] 16 | vec_externs!(f64, OptionF64, 0.123);
[INFO] [stdout]    | ----------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 89 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$get_mut")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-attributes.html>
[INFO] [stdout]    = note: this warning originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 89 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$get_mut")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unsafe attribute used without unsafe
[INFO] [stdout]    --> src/std_bridge/rust_vec.rs:109:19
[INFO] [stdout]     |
[INFO] [stdout]  16 | vec_externs!(f64, OptionF64, 0.123);
[INFO] [stdout]     | ----------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 109 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$as_ptr")]
[INFO] [stdout]     |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-attributes.html>
[INFO] [stdout]     = note: this warning originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]     |
[INFO] [stdout] 109 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$as_ptr")]
[INFO] [stdout]     |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:24:19
[INFO] [stdout]    |
[INFO] [stdout] 18 | vec_externs!(bool, OptionBool, false);
[INFO] [stdout]    | ------------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 24 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$new")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-attributes.html>
[INFO] [stdout]    = note: this warning originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 24 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$new")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:30:19
[INFO] [stdout]    |
[INFO] [stdout] 18 | vec_externs!(bool, OptionBool, false);
[INFO] [stdout]    | ------------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 30 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$_free")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-attributes.html>
[INFO] [stdout]    = note: this warning originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 30 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$_free")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:37:19
[INFO] [stdout]    |
[INFO] [stdout] 18 | vec_externs!(bool, OptionBool, false);
[INFO] [stdout]    | ------------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 37 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$len")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-attributes.html>
[INFO] [stdout]    = note: this warning originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 37 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$len")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:44:19
[INFO] [stdout]    |
[INFO] [stdout] 18 | vec_externs!(bool, OptionBool, false);
[INFO] [stdout]    | ------------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 44 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$push")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-attributes.html>
[INFO] [stdout]    = note: this warning originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 44 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$push")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:51:19
[INFO] [stdout]    |
[INFO] [stdout] 18 | vec_externs!(bool, OptionBool, false);
[INFO] [stdout]    | ------------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 51 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$pop")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-attributes.html>
[INFO] [stdout]    = note: this warning originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 51 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$pop")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:67:19
[INFO] [stdout]    |
[INFO] [stdout] 18 | vec_externs!(bool, OptionBool, false);
[INFO] [stdout]    | ------------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 67 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$get")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-attributes.html>
[INFO] [stdout]    = note: this warning originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 67 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$get")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:89:19
[INFO] [stdout]    |
[INFO] [stdout] 18 | vec_externs!(bool, OptionBool, false);
[INFO] [stdout]    | ------------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 89 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$get_mut")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-attributes.html>
[INFO] [stdout]    = note: this warning originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 89 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$get_mut")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] crater-edition-check: swift-bridge v0.1.59 (/opt/rustwide/workdir) updating edition from 2021 to 2024
[INFO] [stdout] warning: unsafe attribute used without unsafe
[INFO] [stdout]    --> src/std_bridge/rust_vec.rs:109:19
[INFO] [stdout]     |
[INFO] [stdout]  18 | vec_externs!(bool, OptionBool, false);
[INFO] [stdout]     | ------------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 109 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$as_ptr")]
[INFO] [stdout]     |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-attributes.html>
[INFO] [stdout]     = note: this warning originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]     |
[INFO] [stdout] 109 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$as_ptr")]
[INFO] [stdout]     |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unsafe attribute used without unsafe
[INFO] [stdout]    --> src/std_bridge/string.rs:144:3
[INFO] [stdout]     |
[INFO] [stdout] 144 | #[export_name = "__swift_bridge__$RustStr$partial_eq"]
[INFO] [stdout]     |   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-attributes.html>
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]     |
[INFO] [stdout] 144 | #[unsafe(export_name = "__swift_bridge__$RustStr$partial_eq")]
[INFO] [stdout]     |   +++++++                                                   +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unsafe attribute used without unsafe
[INFO] [stdout]  --> src/boxed_fn_support.rs:3:3
[INFO] [stdout]   |
[INFO] [stdout] 3 | #[export_name = "__swift_bridge__$call_boxed_fn_once_no_args_no_return"]
[INFO] [stdout]   |   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]   |
[INFO] [stdout]   = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024!
[INFO] [stdout]   = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-attributes.html>
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]   |
[INFO] [stdout] 3 | #[unsafe(export_name = "__swift_bridge__$call_boxed_fn_once_no_args_no_return")]
[INFO] [stdout]   |   +++++++                                                                     +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/boxed_fn_support.rs:10:3
[INFO] [stdout]    |
[INFO] [stdout] 10 | #[export_name = "__swift_bridge__$free_boxed_fn_once_no_args_no_return"]
[INFO] [stdout]    |   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-attributes.html>
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 10 | #[unsafe(export_name = "__swift_bridge__$free_boxed_fn_once_no_args_no_return")]
[INFO] [stdout]    |   +++++++                                                                     +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unsafe attribute used without unsafe
[INFO] [stdout]    --> src/lib.rs:104:3
[INFO] [stdout]     |
[INFO] [stdout] 104 | #[no_mangle]
[INFO] [stdout]     |   ^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-attributes.html>
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]     |
[INFO] [stdout] 104 | #[unsafe(no_mangle)]
[INFO] [stdout]     |   +++++++         +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking swift-bridge v0.1.59 (/opt/rustwide/workdir)
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:24:19
[INFO] [stdout]    |
[INFO] [stdout]  3 | vec_externs!(u8, OptionU8, 123);
[INFO] [stdout]    | ------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 24 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$new")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 24 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$new")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:30:19
[INFO] [stdout]    |
[INFO] [stdout]  3 | vec_externs!(u8, OptionU8, 123);
[INFO] [stdout]    | ------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 30 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$_free")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 30 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$_free")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:37:19
[INFO] [stdout]    |
[INFO] [stdout]  3 | vec_externs!(u8, OptionU8, 123);
[INFO] [stdout]    | ------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 37 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$len")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 37 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$len")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:44:19
[INFO] [stdout]    |
[INFO] [stdout]  3 | vec_externs!(u8, OptionU8, 123);
[INFO] [stdout]    | ------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 44 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$push")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 44 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$push")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:51:19
[INFO] [stdout]    |
[INFO] [stdout]  3 | vec_externs!(u8, OptionU8, 123);
[INFO] [stdout]    | ------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 51 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$pop")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 51 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$pop")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:24:19
[INFO] [stdout]    |
[INFO] [stdout]  3 | vec_externs!(u8, OptionU8, 123);
[INFO] [stdout]    | ------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 24 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$new")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 24 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$new")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:30:19
[INFO] [stdout]    |
[INFO] [stdout]  3 | vec_externs!(u8, OptionU8, 123);
[INFO] [stdout]    | ------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 30 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$_free")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 30 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$_free")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:37:19
[INFO] [stdout]    |
[INFO] [stdout]  3 | vec_externs!(u8, OptionU8, 123);
[INFO] [stdout]    | ------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 37 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$len")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 37 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$len")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:44:19
[INFO] [stdout]    |
[INFO] [stdout]  3 | vec_externs!(u8, OptionU8, 123);
[INFO] [stdout]    | ------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 44 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$push")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 44 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$push")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:51:19
[INFO] [stdout]    |
[INFO] [stdout]  3 | vec_externs!(u8, OptionU8, 123);
[INFO] [stdout]    | ------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 51 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$pop")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 51 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$pop")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:67:19
[INFO] [stdout]    |
[INFO] [stdout]  3 | vec_externs!(u8, OptionU8, 123);
[INFO] [stdout]    | ------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 67 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$get")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 67 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$get")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:89:19
[INFO] [stdout]    |
[INFO] [stdout]  3 | vec_externs!(u8, OptionU8, 123);
[INFO] [stdout]    | ------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 89 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$get_mut")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 89 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$get_mut")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]    --> src/std_bridge/rust_vec.rs:109:19
[INFO] [stdout]     |
[INFO] [stdout]   3 | vec_externs!(u8, OptionU8, 123);
[INFO] [stdout]     | ------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 109 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$as_ptr")]
[INFO] [stdout]     |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]     |
[INFO] [stdout] 109 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$as_ptr")]
[INFO] [stdout]     |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:24:19
[INFO] [stdout]    |
[INFO] [stdout]  4 | vec_externs!(u16, OptionU16, 123);
[INFO] [stdout]    | --------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 24 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$new")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 24 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$new")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:30:19
[INFO] [stdout]    |
[INFO] [stdout]  4 | vec_externs!(u16, OptionU16, 123);
[INFO] [stdout]    | --------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 30 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$_free")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 30 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$_free")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:37:19
[INFO] [stdout]    |
[INFO] [stdout]  4 | vec_externs!(u16, OptionU16, 123);
[INFO] [stdout]    | --------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 37 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$len")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 37 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$len")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:44:19
[INFO] [stdout]    |
[INFO] [stdout]  4 | vec_externs!(u16, OptionU16, 123);
[INFO] [stdout]    | --------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 44 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$push")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 44 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$push")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:51:19
[INFO] [stdout]    |
[INFO] [stdout]  4 | vec_externs!(u16, OptionU16, 123);
[INFO] [stdout]    | --------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 51 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$pop")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 51 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$pop")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:67:19
[INFO] [stdout]    |
[INFO] [stdout]  4 | vec_externs!(u16, OptionU16, 123);
[INFO] [stdout]    | --------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 67 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$get")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 67 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$get")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:67:19
[INFO] [stdout]    |
[INFO] [stdout]  3 | vec_externs!(u8, OptionU8, 123);
[INFO] [stdout]    | ------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 67 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$get")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 67 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$get")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:89:19
[INFO] [stdout]    |
[INFO] [stdout]  3 | vec_externs!(u8, OptionU8, 123);
[INFO] [stdout]    | ------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 89 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$get_mut")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 89 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$get_mut")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:89:19
[INFO] [stdout]    |
[INFO] [stdout]  4 | vec_externs!(u16, OptionU16, 123);
[INFO] [stdout]    | --------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 89 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$get_mut")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 89 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$get_mut")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]    --> src/std_bridge/rust_vec.rs:109:19
[INFO] [stdout]     |
[INFO] [stdout]   3 | vec_externs!(u8, OptionU8, 123);
[INFO] [stdout]     | ------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 109 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$as_ptr")]
[INFO] [stdout]     |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]     |
[INFO] [stdout] 109 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$as_ptr")]
[INFO] [stdout]     |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:24:19
[INFO] [stdout]    |
[INFO] [stdout]  4 | vec_externs!(u16, OptionU16, 123);
[INFO] [stdout]    | --------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 24 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$new")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 24 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$new")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]    --> src/std_bridge/rust_vec.rs:109:19
[INFO] [stdout]     |
[INFO] [stdout]   4 | vec_externs!(u16, OptionU16, 123);
[INFO] [stdout]     | --------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 109 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$as_ptr")]
[INFO] [stdout]     |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]     |
[INFO] [stdout] 109 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$as_ptr")]
[INFO] [stdout]     |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:30:19
[INFO] [stdout]    |
[INFO] [stdout]  4 | vec_externs!(u16, OptionU16, 123);
[INFO] [stdout]    | --------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 30 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$_free")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 30 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$_free")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:24:19
[INFO] [stdout]    |
[INFO] [stdout]  5 | vec_externs!(u32, OptionU32, 123);
[INFO] [stdout]    | --------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 24 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$new")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 24 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$new")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:37:19
[INFO] [stdout]    |
[INFO] [stdout]  4 | vec_externs!(u16, OptionU16, 123);
[INFO] [stdout]    | --------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 37 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$len")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 37 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$len")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:44:19
[INFO] [stdout]    |
[INFO] [stdout]  4 | vec_externs!(u16, OptionU16, 123);
[INFO] [stdout]    | --------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 44 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$push")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 44 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$push")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:51:19
[INFO] [stdout]    |
[INFO] [stdout]  4 | vec_externs!(u16, OptionU16, 123);
[INFO] [stdout]    | --------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 51 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$pop")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 51 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$pop")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:67:19
[INFO] [stdout]    |
[INFO] [stdout]  4 | vec_externs!(u16, OptionU16, 123);
[INFO] [stdout]    | --------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 67 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$get")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 67 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$get")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:30:19
[INFO] [stdout]    |
[INFO] [stdout]  5 | vec_externs!(u32, OptionU32, 123);
[INFO] [stdout]    | --------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 30 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$_free")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 30 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$_free")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:89:19
[INFO] [stdout]    |
[INFO] [stdout]  4 | vec_externs!(u16, OptionU16, 123);
[INFO] [stdout]    | --------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 89 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$get_mut")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 89 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$get_mut")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:37:19
[INFO] [stdout]    |
[INFO] [stdout]  5 | vec_externs!(u32, OptionU32, 123);
[INFO] [stdout]    | --------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 37 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$len")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 37 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$len")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]    --> src/std_bridge/rust_vec.rs:109:19
[INFO] [stdout]     |
[INFO] [stdout]   4 | vec_externs!(u16, OptionU16, 123);
[INFO] [stdout]     | --------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 109 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$as_ptr")]
[INFO] [stdout]     |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]     |
[INFO] [stdout] 109 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$as_ptr")]
[INFO] [stdout]     |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:44:19
[INFO] [stdout]    |
[INFO] [stdout]  5 | vec_externs!(u32, OptionU32, 123);
[INFO] [stdout]    | --------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 44 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$push")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 44 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$push")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:24:19
[INFO] [stdout]    |
[INFO] [stdout]  5 | vec_externs!(u32, OptionU32, 123);
[INFO] [stdout]    | --------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 24 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$new")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 24 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$new")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:30:19
[INFO] [stdout]    |
[INFO] [stdout]  5 | vec_externs!(u32, OptionU32, 123);
[INFO] [stdout]    | --------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 30 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$_free")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 30 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$_free")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:51:19
[INFO] [stdout]    |
[INFO] [stdout]  5 | vec_externs!(u32, OptionU32, 123);
[INFO] [stdout]    | --------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 51 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$pop")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 51 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$pop")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:67:19
[INFO] [stdout]    |
[INFO] [stdout]  5 | vec_externs!(u32, OptionU32, 123);
[INFO] [stdout]    | --------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 67 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$get")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 67 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$get")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:37:19
[INFO] [stdout]    |
[INFO] [stdout]  5 | vec_externs!(u32, OptionU32, 123);
[INFO] [stdout]    | --------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 37 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$len")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 37 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$len")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:89:19
[INFO] [stdout]    |
[INFO] [stdout]  5 | vec_externs!(u32, OptionU32, 123);
[INFO] [stdout]    | --------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 89 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$get_mut")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 89 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$get_mut")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:44:19
[INFO] [stdout]    |
[INFO] [stdout]  5 | vec_externs!(u32, OptionU32, 123);
[INFO] [stdout]    | --------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 44 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$push")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 44 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$push")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]    --> src/std_bridge/rust_vec.rs:109:19
[INFO] [stdout]     |
[INFO] [stdout]   5 | vec_externs!(u32, OptionU32, 123);
[INFO] [stdout]     | --------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 109 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$as_ptr")]
[INFO] [stdout]     |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]     |
[INFO] [stdout] 109 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$as_ptr")]
[INFO] [stdout]     |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:24:19
[INFO] [stdout]    |
[INFO] [stdout]  6 | vec_externs!(u64, OptionU64, 123);
[INFO] [stdout]    | --------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 24 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$new")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 24 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$new")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:30:19
[INFO] [stdout]    |
[INFO] [stdout]  6 | vec_externs!(u64, OptionU64, 123);
[INFO] [stdout]    | --------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 30 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$_free")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 30 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$_free")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:37:19
[INFO] [stdout]    |
[INFO] [stdout]  6 | vec_externs!(u64, OptionU64, 123);
[INFO] [stdout]    | --------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 37 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$len")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 37 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$len")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:51:19
[INFO] [stdout]    |
[INFO] [stdout]  5 | vec_externs!(u32, OptionU32, 123);
[INFO] [stdout]    | --------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 51 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$pop")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 51 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$pop")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:67:19
[INFO] [stdout]    |
[INFO] [stdout]  5 | vec_externs!(u32, OptionU32, 123);
[INFO] [stdout]    | --------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 67 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$get")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 67 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$get")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:89:19
[INFO] [stdout]    |
[INFO] [stdout]  5 | vec_externs!(u32, OptionU32, 123);
[INFO] [stdout]    | --------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 89 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$get_mut")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 89 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$get_mut")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]    --> src/std_bridge/rust_vec.rs:109:19
[INFO] [stdout]     |
[INFO] [stdout]   5 | vec_externs!(u32, OptionU32, 123);
[INFO] [stdout]     | --------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 109 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$as_ptr")]
[INFO] [stdout]     |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]     |
[INFO] [stdout] 109 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$as_ptr")]
[INFO] [stdout]     |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:24:19
[INFO] [stdout]    |
[INFO] [stdout]  6 | vec_externs!(u64, OptionU64, 123);
[INFO] [stdout]    | --------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 24 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$new")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 24 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$new")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:44:19
[INFO] [stdout]    |
[INFO] [stdout]  6 | vec_externs!(u64, OptionU64, 123);
[INFO] [stdout]    | --------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 44 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$push")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 44 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$push")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:30:19
[INFO] [stdout]    |
[INFO] [stdout]  6 | vec_externs!(u64, OptionU64, 123);
[INFO] [stdout]    | --------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 30 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$_free")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 30 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$_free")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:51:19
[INFO] [stdout]    |
[INFO] [stdout]  6 | vec_externs!(u64, OptionU64, 123);
[INFO] [stdout]    | --------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 51 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$pop")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 51 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$pop")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:37:19
[INFO] [stdout]    |
[INFO] [stdout]  6 | vec_externs!(u64, OptionU64, 123);
[INFO] [stdout]    | --------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 37 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$len")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 37 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$len")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:67:19
[INFO] [stdout]    |
[INFO] [stdout]  6 | vec_externs!(u64, OptionU64, 123);
[INFO] [stdout]    | --------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 67 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$get")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 67 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$get")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:89:19
[INFO] [stdout]    |
[INFO] [stdout]  6 | vec_externs!(u64, OptionU64, 123);
[INFO] [stdout]    | --------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 89 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$get_mut")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 89 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$get_mut")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]    --> src/std_bridge/rust_vec.rs:109:19
[INFO] [stdout]     |
[INFO] [stdout]   6 | vec_externs!(u64, OptionU64, 123);
[INFO] [stdout]     | --------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 109 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$as_ptr")]
[INFO] [stdout]     |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]     |
[INFO] [stdout] 109 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$as_ptr")]
[INFO] [stdout]     |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:24:19
[INFO] [stdout]    |
[INFO] [stdout]  7 | vec_externs!(usize, OptionUsize, 123);
[INFO] [stdout]    | ------------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 24 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$new")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 24 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$new")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:30:19
[INFO] [stdout]    |
[INFO] [stdout]  7 | vec_externs!(usize, OptionUsize, 123);
[INFO] [stdout]    | ------------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 30 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$_free")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 30 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$_free")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:37:19
[INFO] [stdout]    |
[INFO] [stdout]  7 | vec_externs!(usize, OptionUsize, 123);
[INFO] [stdout]    | ------------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 37 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$len")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 37 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$len")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:44:19
[INFO] [stdout]    |
[INFO] [stdout]  7 | vec_externs!(usize, OptionUsize, 123);
[INFO] [stdout]    | ------------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 44 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$push")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 44 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$push")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:44:19
[INFO] [stdout]    |
[INFO] [stdout]  6 | vec_externs!(u64, OptionU64, 123);
[INFO] [stdout]    | --------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 44 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$push")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 44 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$push")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:51:19
[INFO] [stdout]    |
[INFO] [stdout]  7 | vec_externs!(usize, OptionUsize, 123);
[INFO] [stdout]    | ------------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 51 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$pop")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 51 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$pop")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:51:19
[INFO] [stdout]    |
[INFO] [stdout]  6 | vec_externs!(u64, OptionU64, 123);
[INFO] [stdout]    | --------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 51 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$pop")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 51 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$pop")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:67:19
[INFO] [stdout]    |
[INFO] [stdout]  7 | vec_externs!(usize, OptionUsize, 123);
[INFO] [stdout]    | ------------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 67 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$get")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 67 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$get")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:67:19
[INFO] [stdout]    |
[INFO] [stdout]  6 | vec_externs!(u64, OptionU64, 123);
[INFO] [stdout]    | --------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 67 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$get")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 67 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$get")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:89:19
[INFO] [stdout]    |
[INFO] [stdout]  6 | vec_externs!(u64, OptionU64, 123);
[INFO] [stdout]    | --------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 89 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$get_mut")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 89 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$get_mut")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]    --> src/std_bridge/rust_vec.rs:109:19
[INFO] [stdout]     |
[INFO] [stdout]   6 | vec_externs!(u64, OptionU64, 123);
[INFO] [stdout]     | --------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 109 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$as_ptr")]
[INFO] [stdout]     |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]     |
[INFO] [stdout] 109 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$as_ptr")]
[INFO] [stdout]     |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:24:19
[INFO] [stdout]    |
[INFO] [stdout]  7 | vec_externs!(usize, OptionUsize, 123);
[INFO] [stdout]    | ------------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 24 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$new")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 24 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$new")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:30:19
[INFO] [stdout]    |
[INFO] [stdout]  7 | vec_externs!(usize, OptionUsize, 123);
[INFO] [stdout]    | ------------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 30 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$_free")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 30 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$_free")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:89:19
[INFO] [stdout]    |
[INFO] [stdout]  7 | vec_externs!(usize, OptionUsize, 123);
[INFO] [stdout]    | ------------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 89 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$get_mut")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 89 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$get_mut")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:37:19
[INFO] [stdout]    |
[INFO] [stdout]  7 | vec_externs!(usize, OptionUsize, 123);
[INFO] [stdout]    | ------------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 37 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$len")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 37 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$len")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]    --> src/std_bridge/rust_vec.rs:109:19
[INFO] [stdout]     |
[INFO] [stdout]   7 | vec_externs!(usize, OptionUsize, 123);
[INFO] [stdout]     | ------------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 109 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$as_ptr")]
[INFO] [stdout]     |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]     |
[INFO] [stdout] 109 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$as_ptr")]
[INFO] [stdout]     |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:44:19
[INFO] [stdout]    |
[INFO] [stdout]  7 | vec_externs!(usize, OptionUsize, 123);
[INFO] [stdout]    | ------------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 44 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$push")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 44 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$push")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:24:19
[INFO] [stdout]    |
[INFO] [stdout]  9 | vec_externs!(i8, OptionI8, 123);
[INFO] [stdout]    | ------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 24 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$new")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 24 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$new")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:51:19
[INFO] [stdout]    |
[INFO] [stdout]  7 | vec_externs!(usize, OptionUsize, 123);
[INFO] [stdout]    | ------------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 51 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$pop")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 51 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$pop")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:30:19
[INFO] [stdout]    |
[INFO] [stdout]  9 | vec_externs!(i8, OptionI8, 123);
[INFO] [stdout]    | ------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 30 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$_free")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 30 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$_free")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:67:19
[INFO] [stdout]    |
[INFO] [stdout]  7 | vec_externs!(usize, OptionUsize, 123);
[INFO] [stdout]    | ------------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 67 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$get")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 67 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$get")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:37:19
[INFO] [stdout]    |
[INFO] [stdout]  9 | vec_externs!(i8, OptionI8, 123);
[INFO] [stdout]    | ------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 37 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$len")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 37 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$len")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:89:19
[INFO] [stdout]    |
[INFO] [stdout]  7 | vec_externs!(usize, OptionUsize, 123);
[INFO] [stdout]    | ------------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 89 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$get_mut")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 89 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$get_mut")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]    --> src/std_bridge/rust_vec.rs:109:19
[INFO] [stdout]     |
[INFO] [stdout]   7 | vec_externs!(usize, OptionUsize, 123);
[INFO] [stdout]     | ------------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 109 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$as_ptr")]
[INFO] [stdout]     |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]     |
[INFO] [stdout] 109 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$as_ptr")]
[INFO] [stdout]     |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:24:19
[INFO] [stdout]    |
[INFO] [stdout]  9 | vec_externs!(i8, OptionI8, 123);
[INFO] [stdout]    | ------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 24 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$new")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 24 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$new")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:30:19
[INFO] [stdout]    |
[INFO] [stdout]  9 | vec_externs!(i8, OptionI8, 123);
[INFO] [stdout]    | ------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 30 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$_free")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 30 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$_free")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:44:19
[INFO] [stdout]    |
[INFO] [stdout]  9 | vec_externs!(i8, OptionI8, 123);
[INFO] [stdout]    | ------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 44 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$push")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 44 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$push")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:37:19
[INFO] [stdout]    |
[INFO] [stdout]  9 | vec_externs!(i8, OptionI8, 123);
[INFO] [stdout]    | ------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 37 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$len")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 37 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$len")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:51:19
[INFO] [stdout]    |
[INFO] [stdout]  9 | vec_externs!(i8, OptionI8, 123);
[INFO] [stdout]    | ------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 51 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$pop")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 51 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$pop")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:67:19
[INFO] [stdout]    |
[INFO] [stdout]  9 | vec_externs!(i8, OptionI8, 123);
[INFO] [stdout]    | ------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 67 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$get")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 67 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$get")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:89:19
[INFO] [stdout]    |
[INFO] [stdout]  9 | vec_externs!(i8, OptionI8, 123);
[INFO] [stdout]    | ------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 89 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$get_mut")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 89 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$get_mut")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]    --> src/std_bridge/rust_vec.rs:109:19
[INFO] [stdout]     |
[INFO] [stdout]   9 | vec_externs!(i8, OptionI8, 123);
[INFO] [stdout]     | ------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 109 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$as_ptr")]
[INFO] [stdout]     |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]     |
[INFO] [stdout] 109 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$as_ptr")]
[INFO] [stdout]     |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:24:19
[INFO] [stdout]    |
[INFO] [stdout] 10 | vec_externs!(i16, OptionI16, 123);
[INFO] [stdout]    | --------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 24 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$new")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 24 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$new")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:44:19
[INFO] [stdout]    |
[INFO] [stdout]  9 | vec_externs!(i8, OptionI8, 123);
[INFO] [stdout]    | ------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 44 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$push")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 44 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$push")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:30:19
[INFO] [stdout]    |
[INFO] [stdout] 10 | vec_externs!(i16, OptionI16, 123);
[INFO] [stdout]    | --------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 30 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$_free")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 30 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$_free")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:37:19
[INFO] [stdout]    |
[INFO] [stdout] 10 | vec_externs!(i16, OptionI16, 123);
[INFO] [stdout]    | --------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 37 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$len")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 37 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$len")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:44:19
[INFO] [stdout]    |
[INFO] [stdout] 10 | vec_externs!(i16, OptionI16, 123);
[INFO] [stdout]    | --------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 44 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$push")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 44 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$push")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:51:19
[INFO] [stdout]    |
[INFO] [stdout] 10 | vec_externs!(i16, OptionI16, 123);
[INFO] [stdout]    | --------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 51 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$pop")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 51 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$pop")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:67:19
[INFO] [stdout]    |
[INFO] [stdout] 10 | vec_externs!(i16, OptionI16, 123);
[INFO] [stdout]    | --------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 67 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$get")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 67 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$get")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:89:19
[INFO] [stdout]    |
[INFO] [stdout] 10 | vec_externs!(i16, OptionI16, 123);
[INFO] [stdout]    | --------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 89 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$get_mut")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 89 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$get_mut")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]    --> src/std_bridge/rust_vec.rs:109:19
[INFO] [stdout]     |
[INFO] [stdout]  10 | vec_externs!(i16, OptionI16, 123);
[INFO] [stdout]     | --------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 109 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$as_ptr")]
[INFO] [stdout]     |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]     |
[INFO] [stdout] 109 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$as_ptr")]
[INFO] [stdout]     |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:24:19
[INFO] [stdout]    |
[INFO] [stdout] 11 | vec_externs!(i32, OptionI32, 123);
[INFO] [stdout]    | --------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 24 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$new")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 24 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$new")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:51:19
[INFO] [stdout]    |
[INFO] [stdout]  9 | vec_externs!(i8, OptionI8, 123);
[INFO] [stdout]    | ------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 51 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$pop")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 51 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$pop")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:67:19
[INFO] [stdout]    |
[INFO] [stdout]  9 | vec_externs!(i8, OptionI8, 123);
[INFO] [stdout]    | ------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 67 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$get")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 67 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$get")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:89:19
[INFO] [stdout]    |
[INFO] [stdout]  9 | vec_externs!(i8, OptionI8, 123);
[INFO] [stdout]    | ------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 89 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$get_mut")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 89 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$get_mut")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]    --> src/std_bridge/rust_vec.rs:109:19
[INFO] [stdout]     |
[INFO] [stdout]   9 | vec_externs!(i8, OptionI8, 123);
[INFO] [stdout]     | ------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 109 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$as_ptr")]
[INFO] [stdout]     |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]     |
[INFO] [stdout] 109 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$as_ptr")]
[INFO] [stdout]     |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:24:19
[INFO] [stdout]    |
[INFO] [stdout] 10 | vec_externs!(i16, OptionI16, 123);
[INFO] [stdout]    | --------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 24 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$new")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 24 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$new")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:30:19
[INFO] [stdout]    |
[INFO] [stdout] 10 | vec_externs!(i16, OptionI16, 123);
[INFO] [stdout]    | --------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 30 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$_free")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 30 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$_free")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:30:19
[INFO] [stdout]    |
[INFO] [stdout] 11 | vec_externs!(i32, OptionI32, 123);
[INFO] [stdout]    | --------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 30 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$_free")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 30 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$_free")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:37:19
[INFO] [stdout]    |
[INFO] [stdout] 10 | vec_externs!(i16, OptionI16, 123);
[INFO] [stdout]    | --------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 37 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$len")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 37 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$len")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:37:19
[INFO] [stdout]    |
[INFO] [stdout] 11 | vec_externs!(i32, OptionI32, 123);
[INFO] [stdout]    | --------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 37 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$len")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 37 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$len")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:44:19
[INFO] [stdout]    |
[INFO] [stdout] 10 | vec_externs!(i16, OptionI16, 123);
[INFO] [stdout]    | --------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 44 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$push")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 44 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$push")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:44:19
[INFO] [stdout]    |
[INFO] [stdout] 11 | vec_externs!(i32, OptionI32, 123);
[INFO] [stdout]    | --------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 44 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$push")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 44 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$push")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:51:19
[INFO] [stdout]    |
[INFO] [stdout] 10 | vec_externs!(i16, OptionI16, 123);
[INFO] [stdout]    | --------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 51 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$pop")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 51 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$pop")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:51:19
[INFO] [stdout]    |
[INFO] [stdout] 11 | vec_externs!(i32, OptionI32, 123);
[INFO] [stdout]    | --------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 51 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$pop")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 51 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$pop")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:67:19
[INFO] [stdout]    |
[INFO] [stdout] 10 | vec_externs!(i16, OptionI16, 123);
[INFO] [stdout]    | --------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 67 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$get")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 67 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$get")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:67:19
[INFO] [stdout]    |
[INFO] [stdout] 11 | vec_externs!(i32, OptionI32, 123);
[INFO] [stdout]    | --------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 67 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$get")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 67 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$get")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:89:19
[INFO] [stdout]    |
[INFO] [stdout] 11 | vec_externs!(i32, OptionI32, 123);
[INFO] [stdout]    | --------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 89 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$get_mut")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 89 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$get_mut")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:89:19
[INFO] [stdout]    |
[INFO] [stdout] 10 | vec_externs!(i16, OptionI16, 123);
[INFO] [stdout]    | --------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 89 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$get_mut")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 89 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$get_mut")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]    --> src/std_bridge/rust_vec.rs:109:19
[INFO] [stdout]     |
[INFO] [stdout]  10 | vec_externs!(i16, OptionI16, 123);
[INFO] [stdout]     | --------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 109 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$as_ptr")]
[INFO] [stdout]     |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]     |
[INFO] [stdout] 109 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$as_ptr")]
[INFO] [stdout]     |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:24:19
[INFO] [stdout]    |
[INFO] [stdout] 11 | vec_externs!(i32, OptionI32, 123);
[INFO] [stdout]    | --------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 24 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$new")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 24 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$new")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:30:19
[INFO] [stdout]    |
[INFO] [stdout] 11 | vec_externs!(i32, OptionI32, 123);
[INFO] [stdout]    | --------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 30 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$_free")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 30 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$_free")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:37:19
[INFO] [stdout]    |
[INFO] [stdout] 11 | vec_externs!(i32, OptionI32, 123);
[INFO] [stdout]    | --------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 37 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$len")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 37 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$len")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]    --> src/std_bridge/rust_vec.rs:109:19
[INFO] [stdout]     |
[INFO] [stdout]  11 | vec_externs!(i32, OptionI32, 123);
[INFO] [stdout]     | --------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 109 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$as_ptr")]
[INFO] [stdout]     |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]     |
[INFO] [stdout] 109 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$as_ptr")]
[INFO] [stdout]     |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:44:19
[INFO] [stdout]    |
[INFO] [stdout] 11 | vec_externs!(i32, OptionI32, 123);
[INFO] [stdout]    | --------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 44 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$push")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 44 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$push")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:24:19
[INFO] [stdout]    |
[INFO] [stdout] 12 | vec_externs!(i64, OptionI64, 123);
[INFO] [stdout]    | --------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 24 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$new")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 24 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$new")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:30:19
[INFO] [stdout]    |
[INFO] [stdout] 12 | vec_externs!(i64, OptionI64, 123);
[INFO] [stdout]    | --------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 30 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$_free")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 30 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$_free")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:37:19
[INFO] [stdout]    |
[INFO] [stdout] 12 | vec_externs!(i64, OptionI64, 123);
[INFO] [stdout]    | --------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 37 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$len")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 37 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$len")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:44:19
[INFO] [stdout]    |
[INFO] [stdout] 12 | vec_externs!(i64, OptionI64, 123);
[INFO] [stdout]    | --------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 44 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$push")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 44 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$push")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:51:19
[INFO] [stdout]    |
[INFO] [stdout] 11 | vec_externs!(i32, OptionI32, 123);
[INFO] [stdout]    | --------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 51 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$pop")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 51 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$pop")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:51:19
[INFO] [stdout]    |
[INFO] [stdout] 12 | vec_externs!(i64, OptionI64, 123);
[INFO] [stdout]    | --------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 51 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$pop")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 51 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$pop")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:67:19
[INFO] [stdout]    |
[INFO] [stdout] 11 | vec_externs!(i32, OptionI32, 123);
[INFO] [stdout]    | --------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 67 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$get")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 67 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$get")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:67:19
[INFO] [stdout]    |
[INFO] [stdout] 12 | vec_externs!(i64, OptionI64, 123);
[INFO] [stdout]    | --------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 67 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$get")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 67 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$get")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:89:19
[INFO] [stdout]    |
[INFO] [stdout] 11 | vec_externs!(i32, OptionI32, 123);
[INFO] [stdout]    | --------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 89 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$get_mut")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 89 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$get_mut")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:89:19
[INFO] [stdout]    |
[INFO] [stdout] 12 | vec_externs!(i64, OptionI64, 123);
[INFO] [stdout]    | --------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 89 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$get_mut")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 89 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$get_mut")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]    --> src/std_bridge/rust_vec.rs:109:19
[INFO] [stdout]     |
[INFO] [stdout]  11 | vec_externs!(i32, OptionI32, 123);
[INFO] [stdout]     | --------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 109 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$as_ptr")]
[INFO] [stdout]     |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]     |
[INFO] [stdout] 109 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$as_ptr")]
[INFO] [stdout]     |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]    --> src/std_bridge/rust_vec.rs:109:19
[INFO] [stdout]     |
[INFO] [stdout]  12 | vec_externs!(i64, OptionI64, 123);
[INFO] [stdout]     | --------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 109 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$as_ptr")]
[INFO] [stdout]     |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]     |
[INFO] [stdout] 109 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$as_ptr")]
[INFO] [stdout]     |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:24:19
[INFO] [stdout]    |
[INFO] [stdout] 12 | vec_externs!(i64, OptionI64, 123);
[INFO] [stdout]    | --------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 24 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$new")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 24 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$new")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:24:19
[INFO] [stdout]    |
[INFO] [stdout] 13 | vec_externs!(isize, OptionIsize, 123);
[INFO] [stdout]    | ------------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 24 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$new")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 24 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$new")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:30:19
[INFO] [stdout]    |
[INFO] [stdout] 12 | vec_externs!(i64, OptionI64, 123);
[INFO] [stdout]    | --------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 30 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$_free")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 30 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$_free")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:30:19
[INFO] [stdout]    |
[INFO] [stdout] 13 | vec_externs!(isize, OptionIsize, 123);
[INFO] [stdout]    | ------------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 30 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$_free")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 30 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$_free")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:37:19
[INFO] [stdout]    |
[INFO] [stdout] 12 | vec_externs!(i64, OptionI64, 123);
[INFO] [stdout]    | --------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 37 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$len")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 37 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$len")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:37:19
[INFO] [stdout]    |
[INFO] [stdout] 13 | vec_externs!(isize, OptionIsize, 123);
[INFO] [stdout]    | ------------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 37 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$len")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 37 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$len")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:44:19
[INFO] [stdout]    |
[INFO] [stdout] 12 | vec_externs!(i64, OptionI64, 123);
[INFO] [stdout]    | --------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 44 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$push")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 44 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$push")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:44:19
[INFO] [stdout]    |
[INFO] [stdout] 13 | vec_externs!(isize, OptionIsize, 123);
[INFO] [stdout]    | ------------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 44 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$push")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 44 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$push")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:51:19
[INFO] [stdout]    |
[INFO] [stdout] 13 | vec_externs!(isize, OptionIsize, 123);
[INFO] [stdout]    | ------------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 51 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$pop")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 51 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$pop")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:67:19
[INFO] [stdout]    |
[INFO] [stdout] 13 | vec_externs!(isize, OptionIsize, 123);
[INFO] [stdout]    | ------------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 67 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$get")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 67 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$get")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:89:19
[INFO] [stdout]    |
[INFO] [stdout] 13 | vec_externs!(isize, OptionIsize, 123);
[INFO] [stdout]    | ------------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 89 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$get_mut")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 89 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$get_mut")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]    --> src/std_bridge/rust_vec.rs:109:19
[INFO] [stdout]     |
[INFO] [stdout]  13 | vec_externs!(isize, OptionIsize, 123);
[INFO] [stdout]     | ------------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 109 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$as_ptr")]
[INFO] [stdout]     |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]     |
[INFO] [stdout] 109 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$as_ptr")]
[INFO] [stdout]     |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:24:19
[INFO] [stdout]    |
[INFO] [stdout] 15 | vec_externs!(f32, OptionF32, 0.123);
[INFO] [stdout]    | ----------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 24 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$new")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 24 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$new")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:51:19
[INFO] [stdout]    |
[INFO] [stdout] 12 | vec_externs!(i64, OptionI64, 123);
[INFO] [stdout]    | --------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 51 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$pop")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 51 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$pop")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:67:19
[INFO] [stdout]    |
[INFO] [stdout] 12 | vec_externs!(i64, OptionI64, 123);
[INFO] [stdout]    | --------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 67 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$get")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 67 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$get")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:89:19
[INFO] [stdout]    |
[INFO] [stdout] 12 | vec_externs!(i64, OptionI64, 123);
[INFO] [stdout]    | --------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 89 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$get_mut")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 89 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$get_mut")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]    --> src/std_bridge/rust_vec.rs:109:19
[INFO] [stdout]     |
[INFO] [stdout]  12 | vec_externs!(i64, OptionI64, 123);
[INFO] [stdout]     | --------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 109 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$as_ptr")]
[INFO] [stdout]     |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]     |
[INFO] [stdout] 109 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$as_ptr")]
[INFO] [stdout]     |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:24:19
[INFO] [stdout]    |
[INFO] [stdout] 13 | vec_externs!(isize, OptionIsize, 123);
[INFO] [stdout]    | ------------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 24 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$new")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 24 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$new")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:30:19
[INFO] [stdout]    |
[INFO] [stdout] 13 | vec_externs!(isize, OptionIsize, 123);
[INFO] [stdout]    | ------------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 30 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$_free")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 30 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$_free")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:37:19
[INFO] [stdout]    |
[INFO] [stdout] 13 | vec_externs!(isize, OptionIsize, 123);
[INFO] [stdout]    | ------------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 37 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$len")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 37 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$len")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:30:19
[INFO] [stdout]    |
[INFO] [stdout] 15 | vec_externs!(f32, OptionF32, 0.123);
[INFO] [stdout]    | ----------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 30 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$_free")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 30 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$_free")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:37:19
[INFO] [stdout]    |
[INFO] [stdout] 15 | vec_externs!(f32, OptionF32, 0.123);
[INFO] [stdout]    | ----------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 37 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$len")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 37 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$len")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:44:19
[INFO] [stdout]    |
[INFO] [stdout] 13 | vec_externs!(isize, OptionIsize, 123);
[INFO] [stdout]    | ------------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 44 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$push")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 44 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$push")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:44:19
[INFO] [stdout]    |
[INFO] [stdout] 15 | vec_externs!(f32, OptionF32, 0.123);
[INFO] [stdout]    | ----------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 44 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$push")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 44 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$push")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:51:19
[INFO] [stdout]    |
[INFO] [stdout] 13 | vec_externs!(isize, OptionIsize, 123);
[INFO] [stdout]    | ------------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 51 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$pop")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 51 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$pop")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:51:19
[INFO] [stdout]    |
[INFO] [stdout] 15 | vec_externs!(f32, OptionF32, 0.123);
[INFO] [stdout]    | ----------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 51 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$pop")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 51 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$pop")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:67:19
[INFO] [stdout]    |
[INFO] [stdout] 13 | vec_externs!(isize, OptionIsize, 123);
[INFO] [stdout]    | ------------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 67 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$get")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 67 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$get")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:67:19
[INFO] [stdout]    |
[INFO] [stdout] 15 | vec_externs!(f32, OptionF32, 0.123);
[INFO] [stdout]    | ----------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 67 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$get")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 67 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$get")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:89:19
[INFO] [stdout]    |
[INFO] [stdout] 13 | vec_externs!(isize, OptionIsize, 123);
[INFO] [stdout]    | ------------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 89 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$get_mut")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 89 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$get_mut")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:89:19
[INFO] [stdout]    |
[INFO] [stdout] 15 | vec_externs!(f32, OptionF32, 0.123);
[INFO] [stdout]    | ----------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 89 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$get_mut")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 89 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$get_mut")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]    --> src/std_bridge/rust_vec.rs:109:19
[INFO] [stdout]     |
[INFO] [stdout]  13 | vec_externs!(isize, OptionIsize, 123);
[INFO] [stdout]     | ------------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 109 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$as_ptr")]
[INFO] [stdout]     |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]     |
[INFO] [stdout] 109 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$as_ptr")]
[INFO] [stdout]     |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]    --> src/std_bridge/rust_vec.rs:109:19
[INFO] [stdout]     |
[INFO] [stdout]  15 | vec_externs!(f32, OptionF32, 0.123);
[INFO] [stdout]     | ----------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 109 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$as_ptr")]
[INFO] [stdout]     |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]     |
[INFO] [stdout] 109 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$as_ptr")]
[INFO] [stdout]     |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:24:19
[INFO] [stdout]    |
[INFO] [stdout] 15 | vec_externs!(f32, OptionF32, 0.123);
[INFO] [stdout]    | ----------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 24 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$new")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 24 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$new")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:24:19
[INFO] [stdout]    |
[INFO] [stdout] 16 | vec_externs!(f64, OptionF64, 0.123);
[INFO] [stdout]    | ----------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 24 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$new")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 24 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$new")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:30:19
[INFO] [stdout]    |
[INFO] [stdout] 15 | vec_externs!(f32, OptionF32, 0.123);
[INFO] [stdout]    | ----------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 30 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$_free")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 30 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$_free")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:30:19
[INFO] [stdout]    |
[INFO] [stdout] 16 | vec_externs!(f64, OptionF64, 0.123);
[INFO] [stdout]    | ----------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 30 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$_free")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 30 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$_free")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:37:19
[INFO] [stdout]    |
[INFO] [stdout] 16 | vec_externs!(f64, OptionF64, 0.123);
[INFO] [stdout]    | ----------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 37 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$len")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 37 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$len")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:44:19
[INFO] [stdout]    |
[INFO] [stdout] 16 | vec_externs!(f64, OptionF64, 0.123);
[INFO] [stdout]    | ----------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 44 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$push")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 44 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$push")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:51:19
[INFO] [stdout]    |
[INFO] [stdout] 16 | vec_externs!(f64, OptionF64, 0.123);
[INFO] [stdout]    | ----------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 51 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$pop")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 51 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$pop")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:67:19
[INFO] [stdout]    |
[INFO] [stdout] 16 | vec_externs!(f64, OptionF64, 0.123);
[INFO] [stdout]    | ----------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 67 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$get")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 67 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$get")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:37:19
[INFO] [stdout]    |
[INFO] [stdout] 15 | vec_externs!(f32, OptionF32, 0.123);
[INFO] [stdout]    | ----------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 37 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$len")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 37 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$len")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:44:19
[INFO] [stdout]    |
[INFO] [stdout] 15 | vec_externs!(f32, OptionF32, 0.123);
[INFO] [stdout]    | ----------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 44 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$push")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 44 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$push")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:51:19
[INFO] [stdout]    |
[INFO] [stdout] 15 | vec_externs!(f32, OptionF32, 0.123);
[INFO] [stdout]    | ----------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 51 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$pop")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 51 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$pop")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:67:19
[INFO] [stdout]    |
[INFO] [stdout] 15 | vec_externs!(f32, OptionF32, 0.123);
[INFO] [stdout]    | ----------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 67 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$get")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 67 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$get")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:89:19
[INFO] [stdout]    |
[INFO] [stdout] 15 | vec_externs!(f32, OptionF32, 0.123);
[INFO] [stdout]    | ----------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 89 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$get_mut")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 89 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$get_mut")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]    --> src/std_bridge/rust_vec.rs:109:19
[INFO] [stdout]     |
[INFO] [stdout]  15 | vec_externs!(f32, OptionF32, 0.123);
[INFO] [stdout]     | ----------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 109 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$as_ptr")]
[INFO] [stdout]     |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]     |
[INFO] [stdout] 109 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$as_ptr")]
[INFO] [stdout]     |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:24:19
[INFO] [stdout]    |
[INFO] [stdout] 16 | vec_externs!(f64, OptionF64, 0.123);
[INFO] [stdout]    | ----------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 24 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$new")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 24 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$new")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:30:19
[INFO] [stdout]    |
[INFO] [stdout] 16 | vec_externs!(f64, OptionF64, 0.123);
[INFO] [stdout]    | ----------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 30 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$_free")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 30 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$_free")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:37:19
[INFO] [stdout]    |
[INFO] [stdout] 16 | vec_externs!(f64, OptionF64, 0.123);
[INFO] [stdout]    | ----------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 37 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$len")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 37 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$len")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:44:19
[INFO] [stdout]    |
[INFO] [stdout] 16 | vec_externs!(f64, OptionF64, 0.123);
[INFO] [stdout]    | ----------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 44 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$push")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 44 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$push")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:51:19
[INFO] [stdout]    |
[INFO] [stdout] 16 | vec_externs!(f64, OptionF64, 0.123);
[INFO] [stdout]    | ----------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 51 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$pop")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 51 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$pop")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:89:19
[INFO] [stdout]    |
[INFO] [stdout] 16 | vec_externs!(f64, OptionF64, 0.123);
[INFO] [stdout]    | ----------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 89 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$get_mut")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 89 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$get_mut")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]    --> src/std_bridge/rust_vec.rs:109:19
[INFO] [stdout]     |
[INFO] [stdout]  16 | vec_externs!(f64, OptionF64, 0.123);
[INFO] [stdout]     | ----------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 109 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$as_ptr")]
[INFO] [stdout]     |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]     |
[INFO] [stdout] 109 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$as_ptr")]
[INFO] [stdout]     |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:67:19
[INFO] [stdout]    |
[INFO] [stdout] 16 | vec_externs!(f64, OptionF64, 0.123);
[INFO] [stdout]    | ----------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 67 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$get")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 67 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$get")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:24:19
[INFO] [stdout]    |
[INFO] [stdout] 18 | vec_externs!(bool, OptionBool, false);
[INFO] [stdout]    | ------------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 24 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$new")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 24 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$new")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:89:19
[INFO] [stdout]    |
[INFO] [stdout] 16 | vec_externs!(f64, OptionF64, 0.123);
[INFO] [stdout]    | ----------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 89 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$get_mut")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 89 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$get_mut")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:30:19
[INFO] [stdout]    |
[INFO] [stdout] 18 | vec_externs!(bool, OptionBool, false);
[INFO] [stdout]    | ------------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 30 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$_free")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 30 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$_free")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]    --> src/std_bridge/rust_vec.rs:109:19
[INFO] [stdout]     |
[INFO] [stdout]  16 | vec_externs!(f64, OptionF64, 0.123);
[INFO] [stdout]     | ----------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 109 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$as_ptr")]
[INFO] [stdout]     |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]     |
[INFO] [stdout] 109 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$as_ptr")]
[INFO] [stdout]     |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:37:19
[INFO] [stdout]    |
[INFO] [stdout] 18 | vec_externs!(bool, OptionBool, false);
[INFO] [stdout]    | ------------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 37 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$len")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 37 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$len")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:24:19
[INFO] [stdout]    |
[INFO] [stdout] 18 | vec_externs!(bool, OptionBool, false);
[INFO] [stdout]    | ------------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 24 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$new")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 24 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$new")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:44:19
[INFO] [stdout]    |
[INFO] [stdout] 18 | vec_externs!(bool, OptionBool, false);
[INFO] [stdout]    | ------------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 44 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$push")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 44 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$push")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:30:19
[INFO] [stdout]    |
[INFO] [stdout] 18 | vec_externs!(bool, OptionBool, false);
[INFO] [stdout]    | ------------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 30 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$_free")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 30 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$_free")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:51:19
[INFO] [stdout]    |
[INFO] [stdout] 18 | vec_externs!(bool, OptionBool, false);
[INFO] [stdout]    | ------------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 51 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$pop")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 51 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$pop")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:37:19
[INFO] [stdout]    |
[INFO] [stdout] 18 | vec_externs!(bool, OptionBool, false);
[INFO] [stdout]    | ------------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 37 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$len")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 37 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$len")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:67:19
[INFO] [stdout]    |
[INFO] [stdout] 18 | vec_externs!(bool, OptionBool, false);
[INFO] [stdout]    | ------------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 67 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$get")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 67 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$get")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:44:19
[INFO] [stdout]    |
[INFO] [stdout] 18 | vec_externs!(bool, OptionBool, false);
[INFO] [stdout]    | ------------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 44 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$push")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 44 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$push")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:89:19
[INFO] [stdout]    |
[INFO] [stdout] 18 | vec_externs!(bool, OptionBool, false);
[INFO] [stdout]    | ------------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 89 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$get_mut")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 89 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$get_mut")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:51:19
[INFO] [stdout]    |
[INFO] [stdout] 18 | vec_externs!(bool, OptionBool, false);
[INFO] [stdout]    | ------------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 51 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$pop")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 51 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$pop")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]    --> src/std_bridge/rust_vec.rs:109:19
[INFO] [stdout]     |
[INFO] [stdout]  18 | vec_externs!(bool, OptionBool, false);
[INFO] [stdout]     | ------------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 109 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$as_ptr")]
[INFO] [stdout]     |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]     |
[INFO] [stdout] 109 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$as_ptr")]
[INFO] [stdout]     |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:67:19
[INFO] [stdout]    |
[INFO] [stdout] 18 | vec_externs!(bool, OptionBool, false);
[INFO] [stdout]    | ------------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 67 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$get")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 67 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$get")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]    --> src/std_bridge/string.rs:144:3
[INFO] [stdout]     |
[INFO] [stdout] 144 | #[export_name = "__swift_bridge__$RustStr$partial_eq"]
[INFO] [stdout]     |   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]     |
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]     |
[INFO] [stdout] 144 | #[unsafe(export_name = "__swift_bridge__$RustStr$partial_eq")]
[INFO] [stdout]     |   +++++++                                                   +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/std_bridge/rust_vec.rs:89:19
[INFO] [stdout]    |
[INFO] [stdout] 18 | vec_externs!(bool, OptionBool, false);
[INFO] [stdout]    | ------------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 89 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$get_mut")]
[INFO] [stdout]    |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 89 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$get_mut")]
[INFO] [stdout]    |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]  --> src/boxed_fn_support.rs:3:3
[INFO] [stdout]   |
[INFO] [stdout] 3 | #[export_name = "__swift_bridge__$call_boxed_fn_once_no_args_no_return"]
[INFO] [stdout]   |   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]   |
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]   |
[INFO] [stdout] 3 | #[unsafe(export_name = "__swift_bridge__$call_boxed_fn_once_no_args_no_return")]
[INFO] [stdout]   |   +++++++                                                                     +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/boxed_fn_support.rs:10:3
[INFO] [stdout]    |
[INFO] [stdout] 10 | #[export_name = "__swift_bridge__$free_boxed_fn_once_no_args_no_return"]
[INFO] [stdout]    |   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 10 | #[unsafe(export_name = "__swift_bridge__$free_boxed_fn_once_no_args_no_return")]
[INFO] [stdout]    |   +++++++                                                                     +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]    --> src/std_bridge/rust_vec.rs:109:19
[INFO] [stdout]     |
[INFO] [stdout]  18 | vec_externs!(bool, OptionBool, false);
[INFO] [stdout]     | ------------------------------------- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 109 |                 #[export_name = concat!("__swift_bridge__$Vec_", stringify!($ty), "$as_ptr")]
[INFO] [stdout]     |                   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `vec_externs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]     |
[INFO] [stdout] 109 |                 #[unsafe(export_name =) concat!("__swift_bridge__$Vec_", stringify!($ty), "$as_ptr")]
[INFO] [stdout]     |                   +++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]    --> src/lib.rs:104:3
[INFO] [stdout]     |
[INFO] [stdout] 104 | #[no_mangle]
[INFO] [stdout]     |   ^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]     |
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]     |
[INFO] [stdout] 104 | #[unsafe(no_mangle)]
[INFO] [stdout]     |   +++++++         +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]    --> src/std_bridge/string.rs:144:3
[INFO] [stdout]     |
[INFO] [stdout] 144 | #[export_name = "__swift_bridge__$RustStr$partial_eq"]
[INFO] [stdout]     |   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]     |
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]     |
[INFO] [stdout] 144 | #[unsafe(export_name = "__swift_bridge__$RustStr$partial_eq")]
[INFO] [stdout]     |   +++++++                                                   +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]  --> src/boxed_fn_support.rs:3:3
[INFO] [stdout]   |
[INFO] [stdout] 3 | #[export_name = "__swift_bridge__$call_boxed_fn_once_no_args_no_return"]
[INFO] [stdout]   |   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]   |
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]   |
[INFO] [stdout] 3 | #[unsafe(export_name = "__swift_bridge__$call_boxed_fn_once_no_args_no_return")]
[INFO] [stdout]   |   +++++++                                                                     +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/boxed_fn_support.rs:10:3
[INFO] [stdout]    |
[INFO] [stdout] 10 | #[export_name = "__swift_bridge__$free_boxed_fn_once_no_args_no_return"]
[INFO] [stdout]    |   ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 10 | #[unsafe(export_name = "__swift_bridge__$free_boxed_fn_once_no_args_no_return")]
[INFO] [stdout]    |   +++++++                                                                     +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]    --> src/lib.rs:104:3
[INFO] [stdout]     |
[INFO] [stdout] 104 | #[no_mangle]
[INFO] [stdout]     |   ^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]     |
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]     |
[INFO] [stdout] 104 | #[unsafe(no_mangle)]
[INFO] [stdout]     |   +++++++         +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `swift-bridge` (lib test) due to 108 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `swift-bridge` (lib) due to 108 previous errors
[INFO] running `Command { std: "docker" "inspect" "82e9a88e94b2daa6e67fec56eac732727a73b42a208ba4e2f6444f817a0b24ab", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "82e9a88e94b2daa6e67fec56eac732727a73b42a208ba4e2f6444f817a0b24ab", kill_on_drop: false }`
[INFO] [stdout] 82e9a88e94b2daa6e67fec56eac732727a73b42a208ba4e2f6444f817a0b24ab
